GoogleApisGoogleSignInAuth extension

Extension on GoogleSignIn that adds an authenticatedClient method.

This method can be used to retrieve an authenticated gapis.AuthClient client that can be used with the rest of the googleapis libraries.

on
  • GoogleSignIn

Methods

authenticatedClient({GoogleSignInAuthentication? debugAuthentication, List<String>? debugScopes}) Future<AuthClient?>
Retrieve a googleapis authenticated client.