public interface OAuthTokenMetadata
Identity.| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Returns the client_id of the OAuth client that was issued the token or null if not present.
|
Instant |
getExpiresAt()
Returns the calculated value for the expires_in field presented in the OAuth access token response or null
if not present.
|
String |
getRealm()
Returns the OAuth realm associated with the application.
|
Instant |
getRetrievedAt()
Returns the time when PingAccess received the OAuth access token response.
|
Set<String> |
getScopes()
Returns the scope of the OAuth access token or empty if not present.
|
String |
getTokenType()
Returns the token_type of the OAuth access token.
|
String getClientId()
Instant getExpiresAt()
Instant getRetrievedAt()
Set<String> getScopes()
String getTokenType()
String getRealm()
Copyright 2023 Ping Identity Corp. All rights reserved.