Represents the result of the SDK authentication process.

interface AuthenticationResult {
    success: boolean;
}

Properties

Properties

success: boolean

Indicates whether the authentication process was successful.