GoogleAccountsAdmin class final

Collection of Google-account admin methods.

Constructors

GoogleAccountsAdmin.new()

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

fetchAccountDetails(Session session, {required String idToken}) Future<GoogleAccountDetails>
Returns the account details for the given idToken.
findUserByGoogleUserId(Session session, {required String userIdentifier, Transaction? transaction}) Future<UuidValue?>
Return the AuthUser id for the Google user id, if any.
linkGoogleAuthentication(Session session, {required UuidValue authUserId, required GoogleAccountDetails accountDetails, Transaction? transaction}) Future<GoogleAccount>
Adds a Google authentication to the given authUserId.
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