Interface: RefreshJwtPayload
Interface: RefreshJwtPayload
Defined in: jwt/claims.ts:81
Refresh token. Carried by the browser between login and refresh — never sent to authenticated endpoints. Reject in guards.
Extends
Properties
aud?
optionalaud?:string|string[]
Defined in: jwt/claims.ts:20
Inherited from
exp?
optionalexp?:number
Defined in: jwt/claims.ts:21
Inherited from
iat?
optionaliat?:number
Defined in: jwt/claims.ts:22
Inherited from
iss?
optionaliss?:string
Defined in: jwt/claims.ts:19
Inherited from
jti?
optionaljti?:string
Defined in: jwt/claims.ts:24
Inherited from
nbf?
optionalnbf?:number
Defined in: jwt/claims.ts:23
Inherited from
org_id?
optionalorg_id?:string
Defined in: jwt/claims.ts:85
remember_me?
optionalremember_me?:boolean
Defined in: jwt/claims.ts:90
sub?
optionalsub?:string
Defined in: jwt/claims.ts:18
Inherited from
tid?
optionaltid?:string
Defined in: jwt/claims.ts:88
Reference to the persisted refresh_tokens row (Go TokenID claim).
token_type
token_type:
"refresh"
Defined in: jwt/claims.ts:82
uid
uid:
string
Defined in: jwt/claims.ts:84