SignOutResult class
- Extends
-
AuthFlowResultBase<SignOutResultState, SignOutError, void>
Constructors
Sign |
Creates a new instance of SignOutResult. |
Methods
create |
Creates a new instance of SignOutResult with an error. |
is |
Checks if the sign-out operation is completed. |
is |
Checks if the sign-out operation failed. |
Constructor Details
SignOutResult()
Creates a new instance of SignOutResult.
new SignOutResult()
Inherited Property Details
data
data?: void
Property Value
void
Inherited From AuthFlowResultBase.data
error
state
Method Details
createWithError(unknown)
Creates a new instance of SignOutResult with an error.
static function createWithError(error: unknown): SignOutResult
Parameters
- error
-
unknown
The error that occurred during the sign-out operation.
Returns
isCompleted()
Checks if the sign-out operation is completed.
function isCompleted(): this
Returns
this
isFailed()
Checks if the sign-out operation failed.
function isFailed(): this
Returns
this