TokenRequest class Access Manager
Represents a token request.
Constructors
Properties
Methods
-
add(
ResourceType type, {String? name, String? pattern, bool? create, bool? delete, bool? manage, bool? read, bool? write, bool? get, bool? update, bool? join}) → void - Adds new resource to this token request.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → Future< Token> - Sends the request to the server.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited