DeviceVerificationResponse |
DeviceVerificationResponse.setAcrs(String[] acrs) |
Set the list of ACR values requested by the device authorization
request.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setAction(DeviceVerificationResponse.Action action) |
Set the next action that the authorization server should take.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setAuthorizationDetails(AuthzDetails details) |
Set the authorization details.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClaimNames(String[] names) |
Set the names of the claims which were requested indirectly via some
special scopes.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClientAttributes(Pair[] attributes) |
Set the attributes of the client.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClientEntityId(URI entityId) |
Set the entity ID of the client.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClientEntityIdUsed(boolean used) |
Set the flag which indicates whether the entity ID of the client was
used in the device authorization request as a client ID.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClientId(long clientId) |
Set the client ID of the client application to which the user code has
been issued.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClientIdAlias(String alias) |
Set the client ID alias of the client application to which the user code
has been issued.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClientIdAliasUsed(boolean used) |
Set the flag which indicates whether the client ID alias was used in
the device authorization request for the user code.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setClientName(String name) |
Set the name of the client application to which the user code has been
issued.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setDynamicScopes(DynamicScope[] dynamicScopes) |
Set the dynamic scopes which the client application requested
by the scope request parameter.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setExpiresAt(long expiresAt) |
Set the date in milliseconds since the Unix epoch (1970-01-01)
at which the user code will expire.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setGmAction(GMAction action) |
Set the value of the grant_management_action request parameter
of the device authorization request.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setGrant(Grant grant) |
Set the content of the grant which is identified by the grant_id
request parameter of the device authorization request.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setGrantId(String grantId) |
Set the value of the grant_id request parameter of the device
authorization request.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setGrantSubject(String subject) |
Set the subject of the user who has given the grant which is identified
by the grant_id request parameter of the device authorization
request.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setResources(URI[] resources) |
Set the resources specified by the resource request parameters
in the preceding device authorization request.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setScopes(Scope[] scopes) |
Set the scopes requested by the device authorization request for the
user code.
|
DeviceVerificationResponse |
DeviceVerificationResponse.setServiceAttributes(Pair[] attributes) |
Set the attributes of the service that the client application belongs to.
|