GetCurrentAccountAccessTokenError class
The error class for getting the current account access token errors.
- Extends
-
AuthFlowErrorBase
Constructors
Get |
Inherited Properties
error |
Methods
is |
Checks if the error is due to no cached account found. |
Constructor Details
GetCurrentAccountAccessTokenError(CustomAuthError)
new GetCurrentAccountAccessTokenError(errorData: CustomAuthError)
Parameters
- errorData
- CustomAuthError
Inherited Property Details
errorData
errorData: CustomAuthError
Property Value
Inherited From AuthFlowErrorBase.errorData
Method Details
isCurrentAccountNotFound()
Checks if the error is due to no cached account found.
function isCurrentAccountNotFound(): boolean
Returns
boolean
true if the error is due to no cached account found, false otherwise.