Type Alias: LoginResponse
Properties
| Property | Type | Required | Description |
|---|---|---|---|
accessToken | string | Yes | JWT access token (example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...") |
sessionId | string | No | Fusion Session ID for Fleet and Payment SDK authentication. Only returned from the credentials login flow. (example: "abc123def456") |
Defined in
4Players/cortex-typescript-sdk/src/resources/auth.ts:9