IModelObjectpublic class AuthorizationCodeCredentials extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AuthorizationCodeCredentials.Builder |
Builder class for building
AuthorizationCodeCredentials instances. |
static class |
AuthorizationCodeCredentials.JsonUtil |
JsonUtil class for building
AuthorizationCodeCredentials instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
AuthorizationCodeCredentials.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getAccessToken() |
Get the access token.
|
Integer |
getExpiresIn() |
Get the time period (in seconds) for which the access token is valid.
|
String |
getRefreshToken() |
Get the refresh token.
|
String |
getScope() |
Get the Scopes specified in the authorization
code credentials request.
|
String |
getTokenType() |
Get the type of an access token, which will alway be "Bearer".
|
public String getAccessToken()
public String getTokenType()
public String getScope()
public Integer getExpiresIn()
public String getRefreshToken()
public AuthorizationCodeCredentials.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.