public final class OAuthTokenResponse extends Object
Constructor and Description |
---|
OAuthTokenResponse(String accessToken,
int expiresIn,
int refreshExpiresIn,
String tokenType,
int notBeforePolicy,
String scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccessToken()
The access token issued by the OAuth server.
|
int |
getExpiresIn()
The lifetime in seconds of the access token.
|
int |
getNotBeforePolicy()
The not-before policy indicator.
|
int |
getRefreshExpiresIn()
The lifetime in seconds of the refresh token.
|
String |
getScope()
The scopes granted by the token.
|
String |
getTokenType()
The type of token issued, typically "Bearer".
|
int |
hashCode() |
String |
toString() |
public String getAccessToken()
public int getExpiresIn()
public int getRefreshExpiresIn()
public String getTokenType()
public int getNotBeforePolicy()
public String getScope()
Copyright © 2025 Cense Data Inc.. All rights reserved.