Skip to main content

Type Alias: LoginResponse

type LoginResponse: components["schemas"]["LoginResponse"];

Properties

PropertyTypeRequiredDescription
accessTokenstringYesJWT access token (example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...")
sessionIdstringNoFusion 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