Skip to content

isopruefi-frontend v1.0.0


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?

optional createdDate: Date

Defined in: api/api-client.ts:1205

Gets or sets the creation date and time of the JWT token.


expiryDate?

optional expiryDate: Date

Defined in: api/api-client.ts:1202

Gets or sets the expiry date and time of the JWT token.


refreshToken?

optional refreshToken: string

Defined in: api/api-client.ts:1199

Gets or sets the refresh token string.


roles?

optional roles: string[]

Defined in: api/api-client.ts:1208

Gets or sets the user roles associated with the JWT token.


token?

optional token: string

Defined in: api/api-client.ts:1196

Gets or sets the JWT access token string.