public interface AccessToken
Modifier and Type | Method and Description |
---|---|
int |
getExpiresIn()
Returns the number of seconds in which the token will expire.
|
List<String> |
getScopes()
Returns a list of scopes associated with the token.
|
String |
getSubject()
Returns the subject of the token.
|
String |
getTokenType()
The token type provides the client with the information required to successfully utilize the access token to make a protected
resource request.
|
int getExpiresIn()
List<String> getScopes()
String getSubject()
String getTokenType()
Copyright © 2023 Avaya. All rights reserved.