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
|
Copyright © 2019. All rights reserved.