IRefreshTokenResponse
Defined in: src/@types/auth.ts:26
Represents a response to the CSAPI /refresh endpoint.
Properties
Section titled “Properties”access_token
Section titled “access_token”access_token:
string
Defined in: src/@types/auth.ts:27
expires_in_ms
Section titled “expires_in_ms”expires_in_ms:
number
Defined in: src/@types/auth.ts:28
refresh_token
Section titled “refresh_token”refresh_token:
string
Defined in: src/@types/auth.ts:29