IdpProvider.google constructor

const IdpProvider.google(
  1. String idToken
)

Create an IDP-Instance for google.com.

Requires you to perform a Google-OAuth flow to obtain an idToken. You can then create a google provider with that data.

Implementation

const factory IdpProvider.google(String idToken) = _GoogleIdpProvider;