DeviceAuthorizationPageModel |
DeviceAuthorizationPageModel.setClientId(long clientId) |
Set the client ID of the client application to which the user code has
been issued.
|
DeviceAuthorizationPageModel |
DeviceAuthorizationPageModel.setClientIdAlias(String alias) |
Set the client ID alias of the client application to which the user code
has been issued.
|
DeviceAuthorizationPageModel |
DeviceAuthorizationPageModel.setClientIdAliasUsed(boolean used) |
Set the flag which indicates whether the client ID alias was used in
the device authorization request for the user code.
|
DeviceAuthorizationPageModel |
DeviceAuthorizationPageModel.setClientName(String clientName) |
Set the name of the client application.
|
DeviceAuthorizationPageModel |
DeviceAuthorizationPageModel.setScopes(com.authlete.common.dto.Scope[] scopes) |
Set the list of scopes requested by the device authorization request for
the user code.
|