NonResourceAttributes class

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface.

Constructors

NonResourceAttributes({String? path, String? verb})
Default constructor.
const
NonResourceAttributes.fromJson(Map<String, dynamic> json)
Creates a NonResourceAttributes from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
path String?
Path is the URL path of the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verb String?
Verb is the standard HTTP verb.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a NonResourceAttributes instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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