JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.projectnessie.client.auth.oauth2
Interface RefreshToken
All Superinterfaces:
Token
@Immutable
public interface
RefreshToken
extends
Token
Method Summary
Static Methods
Modifier and Type
Method
Description
static
RefreshToken
of
(
String
payload,
Instant
expirationTime)
Methods inherited from interface org.projectnessie.client.auth.oauth2.
Token
getExpirationTime
,
getPayload
Method Details
of
static
RefreshToken
of
(
String
payload, @Nullable
Instant
expirationTime)