TokensResource class

Constructors

TokensResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String userKey, String clientId, {String? $fields}) Future<void>
Deletes all access tokens issued by a user for an application.
get(String userKey, String clientId, {String? $fields}) Future<Token>
Gets information about an access token issued by a user.
list(String userKey, {String? $fields}) Future<Tokens>
Returns the set of tokens specified user has issued to 3rd party applications.
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