| java.lang.Object | |
| ↳ | com.amazon.identity.auth.device.api.authorization.GetTokenRequest.Builder |
This class is the Builder class for the GetTokenRequest.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a GetTokenListener to the GetTokenRequest.
| |||||||||||
Add single scope to the GetTokenRequest.
| |||||||||||
Add multiple scopes to the GetTokenRequest.
| |||||||||||
Get the built GetTokenRequest.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Add a GetTokenListener to the GetTokenRequest.
Add single scope to the GetTokenRequest.
Add multiple scopes to the GetTokenRequest.
Get the built GetTokenRequest.
| AuthError | if there is no scope or listener provided in the GetTokenRequest |
|---|