GoogleDefaults Class

Definition

Default values for Google authentication

public ref class GoogleDefaults abstract sealed
public static class GoogleDefaults
type GoogleDefaults = class
Public Class GoogleDefaults
Inheritance
GoogleDefaults

Fields

AuthenticationScheme

The default scheme for Google authentication. Defaults to Google.

AuthorizationEndpoint

The default endpoint used to perform Google authentication.

DisplayName

The default display name for Google authentication. Defaults to Google.

TokenEndpoint

The OAuth endpoint used to exchange access tokens.

UserInformationEndpoint

The Google endpoint that is used to gather additional user information.

Applies to