TokenCreateResponse |
TokenCreateResponse.setAccessToken(String accessToken) |
Set the newly issued access token.
|
TokenCreateResponse |
TokenCreateResponse.setAction(TokenCreateResponse.Action action) |
Set the code indicating how the response should be interpreted.
|
TokenCreateResponse |
TokenCreateResponse.setAuthorizationDetails(AuthzDetails authorizationDetails) |
Set the authorization details associated with the access token.
|
TokenCreateResponse |
TokenCreateResponse.setClientId(long clientId) |
Set the client ID associated with the newly issued access token.
|
TokenCreateResponse |
TokenCreateResponse.setClientIdentifier(String clientIdentifier) |
Set the client Identifier associated with the newly issued access token.
|
TokenCreateResponse |
TokenCreateResponse.setExpiresAt(long expiresAt) |
Set the date at which the newly issued access token will expire.
|
TokenCreateResponse |
TokenCreateResponse.setExpiresIn(long expiresIn) |
Set the duration of the newly issued access token in seconds.
|
TokenCreateResponse |
TokenCreateResponse.setForExternalAttachment(boolean forExternalAttachment) |
Set the flag which indicates whether the access token is for an external
attachment.
|
TokenCreateResponse |
TokenCreateResponse.setGrantType(GrantType grantType) |
Set the grant type for the newly issued
access token.
|
TokenCreateResponse |
TokenCreateResponse.setJwtAccessToken(String jwtAccessToken) |
Set the newly issued access token in JWT format.
|
TokenCreateResponse |
TokenCreateResponse.setProperties(Property[] properties) |
Set the properties associated with the access token.
|
TokenCreateResponse |
TokenCreateResponse.setRefreshToken(String refreshToken) |
Set the newly issued refresh token.
|
TokenCreateResponse |
TokenCreateResponse.setRefreshTokenScopes(String[] refreshTokenScopes) |
Set the scopes associated with the refresh token.
|
TokenCreateResponse |
TokenCreateResponse.setScopes(String[] scopes) |
Set the scopes associated with the newly issued access token.
|
TokenCreateResponse |
TokenCreateResponse.setSubject(String subject) |
Set the subject (= unique identifier) of the user associated
with the newly issued access token.
|
TokenCreateResponse |
TokenCreateResponse.setTokenId(String tokenId) |
Set the unique token identifier.
|
TokenCreateResponse |
TokenCreateResponse.setTokenType(String tokenType) |
Set the token type of the access token.
|