Uses of Interface
net.openid.appauth.AuthorizationService.TokenResponseCallback
-
Packages that use AuthorizationService.TokenResponseCallback Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AuthorizationService.TokenResponseCallback in net.openid.appauth
Methods in net.openid.appauth with parameters of type AuthorizationService.TokenResponseCallback Modifier and Type Method Description voidAuthorizationService. performTokenRequest(TokenRequest request, AuthorizationService.TokenResponseCallback callback)Sends a request to the authorization service to exchange a code granted as part of an authorization request for a token.voidAuthorizationService. performTokenRequest(TokenRequest request, ClientAuthentication clientAuthentication, AuthorizationService.TokenResponseCallback callback)Sends a request to the authorization service to exchange a code granted as part of an authorization request for a token.
-