public interface Jwt
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getClaims()
Returns the token body clams as Map.
|
Instant |
getExpiresAt()
Returns the `exp` claim value as an
Instant. |
Instant |
getIssuedAt()
Returns the `iat` claim value as an
Instant. |
String |
getTokenValue()
Returns the original string representation of this JWT.
|
String getTokenValue()
Instant getIssuedAt()
Instant.Instant getExpiresAt()
Instant.Copyright © 2017–2020 Okta. All rights reserved.