Serialized Form
-
Package net.openid.appauth
-
Class net.openid.appauth.AuthorizationException extends Exception implements Serializable
-
Serialized Fields
-
code
int code
The error code describing the class of problem encountered from the set defined in this class. -
error
String error
The error string as it is found in the OAuth2 protocol. -
errorDescription
String errorDescription
The human readable error message associated with this exception, if available. -
errorUri
Uri errorUri
A URI identifying a human-readable web page with information about this error. -
type
int type
The type of the error.
-
-
-
Class net.openid.appauth.AuthorizationServiceDiscovery.MissingArgumentException extends Exception implements Serializable
-
Serialized Fields
-
mMissingField
String mMissingField
-
-
-
Class net.openid.appauth.ClientAuthentication.UnsupportedAuthenticationMethod extends Exception implements Serializable
-
Serialized Fields
-
mAuthMethod
String mAuthMethod
-
-
-
Class net.openid.appauth.RegistrationResponse.MissingArgumentException extends Exception implements Serializable
-
Serialized Fields
-
mMissingField
String mMissingField
-
-
-