Uses of Class
net.openid.appauth.TokenResponse
-
Packages that use TokenResponse Package Description net.openid.appauth AppAuth for Android. -
-
Uses of TokenResponse in net.openid.appauth
Methods in net.openid.appauth that return TokenResponse Modifier and Type Method Description TokenResponseTokenResponse.Builder. build()Creates the token response instance.TokenResponseAuthState. getLastTokenResponse()The most recent token response used to update this authorization state.static TokenResponseTokenResponse. jsonDeserialize(String jsonStr)Reads a token response from a JSON string, and associates it with the provided request.static TokenResponseTokenResponse. jsonDeserialize(JSONObject json)Reads a token response from a JSON string, and associates it with the provided request.Methods in net.openid.appauth with parameters of type TokenResponse Modifier and Type Method Description voidAuthorizationService.TokenResponseCallback. onTokenRequestCompleted(TokenResponse response, AuthorizationException ex)Invoked when the request completes successfully or fails.voidAuthState. update(TokenResponse tokenResponse, AuthorizationException authException)Updates the authorization state based on a new token response.Constructors in net.openid.appauth with parameters of type TokenResponse Constructor Description AuthState(AuthorizationResponse authResponse, TokenResponse tokenResponse, AuthorizationException authException)Creates anAuthStatebased on an authorization exchange and subsequent token exchange.
-