primatch-frontend / types/auth / AuthTokenResponse
Interface: AuthTokenResponse¶
Defined in: src/types/auth.ts:40
Properties¶
access_token¶
access_token:
string
Defined in: src/types/auth.ts:41
expires_in¶
expires_in:
number
Defined in: src/types/auth.ts:43
is_new_user¶
is_new_user:
boolean
Defined in: src/types/auth.ts:44
token_type¶
token_type:
string
Defined in: src/types/auth.ts:42