| Constructor and Description |
|---|
DefaultJwt(String tokenValue,
Instant issuedAt,
Instant expiresAt,
Map<String,Object> claims) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getClaims() |
Instant |
getExpiresAt() |
Instant |
getIssuedAt() |
String |
getTokenValue() |
public String getTokenValue()
getTokenValue in interface Jwtpublic Instant getIssuedAt()
getIssuedAt in interface Jwtpublic Instant getExpiresAt()
getExpiresAt in interface JwtCopyright © 2017–2020 Okta. All rights reserved.