AccesstokensResource class

Constructors

AccesstokensResource.new(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

generatePlayGroupingApiToken({String? packageName, String? persona, String? $fields}) Future<GeneratePlayGroupingApiTokenResponse>
Generates a Play Grouping API token for the PGS user identified by the attached credential.
generateRecallPlayGroupingApiToken({String? packageName, String? persona, String? recallSessionId, String? $fields}) Future<GenerateRecallPlayGroupingApiTokenResponse>
Generates a Play Grouping API token for the PGS user identified by the Recall session ID provided in the request.
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