Interface: LoginResponse
Defined in: types/auth.ts:23
Login response from backend after token exchange
Properties
heading.anchorLabel| Property | Type | Defined in |
|---|---|---|
refreshToken | string | types/auth.ts:26 |
token | string | types/auth.ts:25 |
user | User | types/auth.ts:24 |