MsalUiRequiredException class
This exception indicates that UI is required for authentication to succeed.
The cause of this exception could be:
-
The refresh token used to redeem access token is invalid, expired or revoked.
-
Access token doesn't exist and no refresh token can be found to redeem access token.
Developer should handle this and generally call the "acquireToken()" method.
- Inheritance
-
- Object
- MsalException
- MsalUiRequiredException
Constructors
- MsalUiRequiredException.new({required String message})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited