GoogleIdpConfigFromPasswords constructor
GoogleIdpConfigFromPasswords({
- GoogleAccountDetailsValidation googleAccountDetailsValidation = validateGoogleAccountDetails,
- GetExtraGoogleInfoCallback? getExtraGoogleInfoCallback,
Creates a new GoogleIdpConfigFromPasswords instance.
Implementation
GoogleIdpConfigFromPasswords({
super.googleAccountDetailsValidation,
super.getExtraGoogleInfoCallback,
}) : super(
clientSecret: GoogleClientSecret.fromJsonString(
Serverpod.instance.getPasswordOrThrow('googleClientSecret'),
),
);