Package | Description |
---|---|
com.neovisionaries.android.oauth20 |
Modifier and Type | Method and Description |
---|---|
static OAuth20Error |
OAuth20Error.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth20Error[] |
OAuth20Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016. All rights reserved.