Google Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the Google provider.
public class Google
type Google = class
Public Class Google
- Inheritance
-
Google
Constructors
Google() |
Initializes a new instance of the Google class. |
Google(Nullable<Boolean>, ClientRegistration, LoginScopes, AllowedAudiencesValidation) |
Initializes a new instance of the Google class. |
Properties
Enabled |
Gets or sets <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. |
Login |
Gets or sets the configuration settings of the login flow. |
Registration |
Gets or sets the configuration settings of the app registration for the Google provider. |
Validation |
Gets or sets the configuration settings of the Azure Active Directory token validation flow. |