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