public abstract class AbstractToken extends Object
| Constructor and Description |
|---|
AbstractToken() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAccessToken()
The access token
|
abstract Integer |
getExpiresInSeconds()
The number of seconds until token expiry
|
abstract String |
getScopes()
The space-delimited list of scopes authorized by the user for this client
|
abstract String |
getTokenId()
The identifier for this token
|
abstract String |
getTokenType()
The type of the access token issued
|
public abstract String getAccessToken()
public abstract Integer getExpiresInSeconds()
public abstract String getScopes()
public abstract String getTokenId()
public abstract String getTokenType()
Copyright © 2020. All rights reserved.