RefreshTokenIssue

data class RefreshTokenIssue(val id: String, val expiresAt: Instant, val familyId: String)

Info needed to set the refresh cookie on the response. id goes into the cookie value; expiresAt is used to compute Max-Age; familyId groups a session.

Constructors

Link copied to clipboard
constructor(id: String, expiresAt: Instant, familyId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String