Uses of Class
net.openid.appauth.AuthorizationResponse
-
Packages that use AuthorizationResponse Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AuthorizationResponse in net.openid.appauth
Methods in net.openid.appauth that return AuthorizationResponse Modifier and Type Method Description AuthorizationResponseAuthorizationResponse.Builder. build()Builds the Authorization object.static AuthorizationResponseAuthorizationResponse. fromIntent(Intent dataIntent)Extracts an authorization response from an intent produced bytoIntent().AuthorizationResponseAuthState. getLastAuthorizationResponse()The most recent authorization response used to update the authorization state.static AuthorizationResponseAuthorizationResponse. jsonDeserialize(String jsonStr)Reads an authorization request from a JSON string representation produced byAuthorizationManagementResponse.jsonSerializeString().static AuthorizationResponseAuthorizationResponse. jsonDeserialize(JSONObject json)Reads an authorization response from a JSON string representation produced byjsonSerialize().Methods in net.openid.appauth with parameters of type AuthorizationResponse Modifier and Type Method Description voidAuthState. update(AuthorizationResponse authResponse, AuthorizationException authException)Updates the authorization state based on a new authorization response.Constructors in net.openid.appauth with parameters of type AuthorizationResponse Constructor Description AuthState(AuthorizationResponse authResponse, AuthorizationException authError)Creates anAuthStatebased on an authorization exchange.AuthState(AuthorizationResponse authResponse, TokenResponse tokenResponse, AuthorizationException authException)Creates anAuthStatebased on an authorization exchange and subsequent token exchange.
-