Amplify Toolbox
    Preparing search index...
    GoogleProviderProps: Omit<
        cognito.UserPoolIdentityProviderGoogleProps,
        "userPool"
        | "clientSecretValue"
        | "clientSecret"
        | "attributeMapping",
    > & { clientSecret?: SecretValue } & IdentityProviderProps

    Google provider.

    Type declaration