isopruefi-frontend / api/api-client / IJwtToken
Interface: IJwtToken¶
Defined in: api/api-client.ts:1193
Represents a JWT token and its associated refresh token and metadata.
Properties¶
createdDate?¶
optionalcreatedDate:Date
Defined in: api/api-client.ts:1205
Gets or sets the creation date and time of the JWT token.
expiryDate?¶
optionalexpiryDate:Date
Defined in: api/api-client.ts:1202
Gets or sets the expiry date and time of the JWT token.
refreshToken?¶
optionalrefreshToken:string
Defined in: api/api-client.ts:1199
Gets or sets the refresh token string.
roles?¶
optionalroles:string[]
Defined in: api/api-client.ts:1208
Gets or sets the user roles associated with the JWT token.
token?¶
optionaltoken:string
Defined in: api/api-client.ts:1196
Gets or sets the JWT access token string.