Package version:

The configuration settings of the Google provider.

interface Google {
    enabled?: boolean;
    login?: LoginScopes;
    registration?: ClientRegistration;
    validation?: AllowedAudiencesValidation;
}

Properties

enabled?: boolean

false if the Google provider should not be enabled despite the set registration; otherwise, true.

login?: LoginScopes

The configuration settings of the login flow.

registration?: ClientRegistration

The configuration settings of the app registration for the Google provider.

The configuration settings of the Azure Active Directory token validation flow.