GoogleIdpConfig constructor
const
GoogleIdpConfig({
- required GoogleClientSecret clientSecret,
- GoogleAccountDetailsValidation googleAccountDetailsValidation = validateGoogleAccountDetails,
- GetExtraGoogleInfoCallback? getExtraGoogleInfoCallback,
Creates a new instance of GoogleIdpConfig.
Implementation
const GoogleIdpConfig({
required this.clientSecret,
this.googleAccountDetailsValidation = validateGoogleAccountDetails,
this.getExtraGoogleInfoCallback,
});