Edit

Share via


SignOutError class

The error class for sign-out errors.

Extends

AuthFlowErrorBase

Constructors

SignOutError(CustomAuthError)

Inherited Properties

errorData

Methods

isUserNotSignedIn()

Checks if the error is due to the user is not signed in.

Constructor Details

SignOutError(CustomAuthError)

new SignOutError(errorData: CustomAuthError)

Parameters

errorData
CustomAuthError

Inherited Property Details

errorData

errorData: CustomAuthError

Property Value

Inherited From AuthFlowErrorBase.errorData

Method Details

isUserNotSignedIn()

Checks if the error is due to the user is not signed in.

function isUserNotSignedIn(): boolean

Returns

boolean

true if the error is due to the user is not signed in, false otherwise.