| Package | Description |
|---|---|
| com.neovisionaries.android.oauth20 |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth20ViewListener.onCodeIssued(OAuth20View view,
AuthorizationRequest request,
String code,
String state)
Called when an authorization code was issued by the authorization server.
|
void |
OAuth20ViewListener.onError(OAuth20View view,
AuthorizationRequest request,
OAuth20Error error,
String description,
String uri,
String state)
Called when the authorization server notified this client an error.
|
void |
OAuth20ViewListener.onTokenIssued(OAuth20View view,
AuthorizationRequest request,
AccessToken accessToken,
String state)
Called when an access token was issued by the authorization server.
|
Copyright © 2016. All rights reserved.