GoogleIdpConfig constructor

const GoogleIdpConfig({
  1. required GoogleClientSecret clientSecret,
  2. GoogleAccountDetailsValidation googleAccountDetailsValidation = validateGoogleAccountDetails,
  3. GetExtraGoogleInfoCallback? getExtraGoogleInfoCallback,
})

Creates a new instance of GoogleIdpConfig.

Implementation

const GoogleIdpConfig({
  required this.clientSecret,
  this.googleAccountDetailsValidation = validateGoogleAccountDetails,
  this.getExtraGoogleInfoCallback,
});