SignOutError class
The error class for sign-out errors.
- Extends
-
AuthFlowErrorBase
Constructors
Sign |
Inherited Properties
error |
Methods
is |
Checks if the error is due to the user is not signed in. |
Constructor Details
SignOutError(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.