Denied class
Contains information that denied the authorization.
Constructors
- Denied({ExplicitDeny? explicitDeny, ImplicitDeny? implicitDeny})
-
Denied.fromJson(Map<
String, dynamic> json) -
factory
Properties
- explicitDeny → ExplicitDeny?
-
Information that explicitly denies the authorization.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- implicitDeny → ImplicitDeny?
-
Information that implicitly denies the authorization. When a policy doesn't
explicitly deny or allow an action on a resource it is considered an
implicit deny.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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