IModelObjectpublic class ClientCredentials extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ClientCredentials.Builder |
Builder class for building
ClientCredentials instances. |
static class |
ClientCredentials.JsonUtil |
JsonUtil class for building
ClientCredentials instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
ClientCredentials.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 |
getTokenType() |
Get the type of an access token, which will alway be "Bearer".
|
public String getAccessToken()
public String getTokenType()
public Integer getExpiresIn()
public ClientCredentials.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.