Package io.fusionauth.domain.jwt
Class RefreshToken
java.lang.Object
io.fusionauth.domain.jwt.RefreshToken
- All Implemented Interfaces:
Buildable<RefreshToken>
Models a JWT Refresh Token.
- Author:
- Daniel DeGroff
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe time this token was created.The time at which the life started of this token. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
applicationId
-
data
-
id
-
insertInstant
The time this token was created. The start time of this token may be prior to the insert instant when generating refresh tokens for another application in an SSO scenario. -
metaData
-
startInstant
The time at which the life started of this token. The start + ttl = expiration. The expiration should be calculated using the start instant.When using a sliding window expiration policy, this value gets reset each time the token is used.
-
tenantId
-
token
-
userId
-
-
Constructor Details
-
RefreshToken
public RefreshToken() -
RefreshToken
-
-
Method Details