AuthenticationRequiredException class
Thrown when anonymous access is disabled and user token was not provided.
- Inheritance
-
- Object
- FeedbackException
- AuthenticationRequiredException
Constructors
- AuthenticationRequiredException([String message = 'Anonymous access is disabled for this surface; a user token is required.'])
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited