public interface IdentityToken
| Modifier and Type | Method and Description |
|---|---|
Object |
getClaim(String key)
Gets the identity token's claim based on requested key type.
|
Map<String,Object> |
getClaims()
Gets the identity token's claims that was received from the OpenId
Connect provider
|
String |
getToken()
The identity token
|
boolean |
isExpired()
Checks if the Identity Token is expired.
|
String getToken()
Map<String,Object> getClaims()
Object getClaim(String key)
key - boolean isExpired()
true, if identity token is expired or it will be expired in
the next X milliseconds configured by user.Copyright © 2021. All rights reserved.