public interface AccessToken
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessToken.Type |
| 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 access token's claims that was received from the OpenId Connect
provider
|
String |
getToken()
The access token
|
AccessToken.Type |
getType() |
String getToken()
Map<String,Object> getClaims()
Object getClaim(String key)
key - AccessToken.Type getType()
Copyright © 2019. All rights reserved.