public interface Tokens
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
Long |
getExpiresIn() |
ZonedDateTime |
getExpiresZonedDateTime() |
String |
getRefreshToken() |
static Tokens |
of(String accessToken,
String refreshToken,
Long expiresIn) |
static com.fasterxml.jackson.core.type.TypeReference<Tokens> |
typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
String getAccessToken()
@Nullable ZonedDateTime getExpiresZonedDateTime()
static com.fasterxml.jackson.core.type.TypeReference<Tokens> typeReference()