| com.amazon.identity.auth.device.authorization.api.AuthorizationListener |
A callback interface used by AmazonAuthorizationManager authorize API.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The user canceled the authorization flow
| |||||||||||
There was an error during the API execution.
| |||||||||||
The API executed successfully.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.amazon.identity.auth.device.api.CancellableListener
| |||||||||||
From interface
com.amazon.identity.auth.device.api.Listener
| |||||||||||
From interface
com.amazon.identity.auth.device.shared.APIListener
| |||||||||||
The user canceled the authorization flow
| cause | the cause of the cancellation. There are 2 possible causes of a cancellation:
|
|---|
There was an error during the API execution.
| e | The error that the developer has to handle. |
|---|
The API executed successfully.
| response | The bundle containing relevant information. |
|---|