Skip to main content

LoginResponse Object

Description

Response from a login operation.

Declaration

type LoginResponse {
session: Session
sessionsCount: Int
checkout: Checkout
}

Fields

NameTypeDescription
sessionSessionCreated session for the authenticated user.
sessionsCountIntTotal number of active sessions for the user.
checkoutCheckoutAssociated checkout if one exists.