Package | Description |
---|---|
com.vmware.oauth2 |
The
com.vmware.oauth2 package contains classes for reuse by OAuth2 API
definitions. |
Modifier and Type | Method and Description |
---|---|
TokenResult.Builder |
TokenResult.Builder.setExpiresIn(java.lang.Long expiresIn)
The validity lifetime, in seconds, of the token issued by the server.
|
TokenResult.Builder |
TokenResult.Builder.setIssuedTokenType(java.lang.String issuedTokenType)
An identifier which indicates the type of the access token in the
TokenResult.getAccessToken() property. |
TokenResult.Builder |
TokenResult.Builder.setRefreshToken(char[] refreshToken)
The refresh token, which can be used to obtain new access tokens.
|
TokenResult.Builder |
TokenResult.Builder.setScope(java.lang.String scope)
Scope of the issued access token.
|