AuthInfo class

A collection of authorization information.

Constructors

AuthInfo({required List<String> resources, ActionType? actionType})
AuthInfo.fromJson(Map<String, dynamic> json)
factory

Properties

actionType ActionType?
The type of action for which the principal is being authorized.
final
hashCode int
The hash code for this object.
no setterinherited
resources List<String>
The resources for which the principal is being authorized to perform the specified action.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited