⚠️ Internal: This API is not publically exported by the package.
interface LoginServiceInput {
    databaseId?: string;
    password: string;
    serviceLoginId: string;
    sessionId?: string;
    userId?: string;
}

Properties

databaseId?: string
password: string
serviceLoginId: string
sessionId?: string

Anonymous id for the end user (not the service account)

userId?: string

Id for the end user (not the service account id)