SystemAuthResponse

interface SystemAuthResponse {
    IdentityToken?: string;
    Status: string;
}

Properties

IdentityToken?: string

An opaque token used to authenticate a user after a successful login

Status: string

The status of the authentication