@Generated(value={"Immutables.generator","_GetTokenByAuthorizationCodeResponse"}) public final class GetTokenByAuthorizationCodeResponse extends AbstractToken
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTokenByAuthorizationCodeResponse.Builder
Builds instances of type
GetTokenByAuthorizationCodeResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenByAuthorizationCodeResponse.Builder |
builder()
Creates a builder for
GetTokenByAuthorizationCodeResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenByAuthorizationCodeResponse that have equal attribute values. |
String |
getAccessToken()
The access token
|
Integer |
getExpiresInSeconds()
The number of seconds until token expiry
|
String |
getRefreshToken()
The refresh token
|
String |
getScopes()
The space-delimited list of scopes authorized by the user for this client
|
String |
getTokenId()
The identifier for this token
|
String |
getTokenType()
The type of the access token issued
|
int |
hashCode()
Computes a hash code from attributes:
refreshToken, accessToken, expiresInSeconds, scopes, tokenId, tokenType. |
String |
toString()
Prints the immutable value
GetTokenByAuthorizationCodeResponse with attribute values. |
public String getRefreshToken()
public String getAccessToken()
getAccessToken in class AbstractTokenpublic Integer getExpiresInSeconds()
getExpiresInSeconds in class AbstractTokenpublic String getScopes()
getScopes in class AbstractTokenpublic String getTokenId()
getTokenId in class AbstractTokenpublic String getTokenType()
getTokenType in class AbstractTokenpublic boolean equals(Object another)
GetTokenByAuthorizationCodeResponse that have equal attribute values.public int hashCode()
refreshToken, accessToken, expiresInSeconds, scopes, tokenId, tokenType.public String toString()
GetTokenByAuthorizationCodeResponse with attribute values.public static GetTokenByAuthorizationCodeResponse.Builder builder()
GetTokenByAuthorizationCodeResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.