Skip to content

DoCurious API Reference / types / AuthTokens

Interface: AuthTokens

Defined in: types/auth.types.ts:13

JWT tokens

Properties

accessToken

accessToken: string

Defined in: types/auth.types.ts:14


expiresAt

expiresAt: string

Defined in: types/auth.types.ts:16


refreshToken

refreshToken: string

Defined in: types/auth.types.ts:15

DoCurious Platform Documentation