Skip to content

IRefreshTokenResponse

Defined in: src/@types/auth.ts:26

Represents a response to the CSAPI /refresh endpoint.

access_token: string

Defined in: src/@types/auth.ts:27


expires_in_ms: number

Defined in: src/@types/auth.ts:28


refresh_token: string

Defined in: src/@types/auth.ts:29