Google Constructors

Definition

Overloads

Google()

Initializes a new instance of the Google class.

Google(Nullable<Boolean>, ClientRegistration, LoginScopes, AllowedAudiencesValidation)

Initializes a new instance of the Google class.

Google()

Initializes a new instance of the Google class.

public Google ();
Public Sub New ()

Applies to

Google(Nullable<Boolean>, ClientRegistration, LoginScopes, AllowedAudiencesValidation)

Initializes a new instance of the Google class.

public Google (bool? enabled = default, Microsoft.Azure.Management.WebSites.Models.ClientRegistration registration = default, Microsoft.Azure.Management.WebSites.Models.LoginScopes login = default, Microsoft.Azure.Management.WebSites.Models.AllowedAudiencesValidation validation = default);
new Microsoft.Azure.Management.WebSites.Models.Google : Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.ClientRegistration * Microsoft.Azure.Management.WebSites.Models.LoginScopes * Microsoft.Azure.Management.WebSites.Models.AllowedAudiencesValidation -> Microsoft.Azure.Management.WebSites.Models.Google
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional registration As ClientRegistration = Nothing, Optional login As LoginScopes = Nothing, Optional validation As AllowedAudiencesValidation = Nothing)

Parameters

enabled
Nullable<Boolean>

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

registration
ClientRegistration

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

login
LoginScopes

The configuration settings of the login flow.

validation
AllowedAudiencesValidation

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

Applies to