GoogleDefaults Class

Namespace
Microsoft.AspNetCore.Authentication.Google
Assemblies
  • Microsoft.AspNetCore.Authentication.Google

Syntax

public class GoogleDefaults
class Microsoft.AspNetCore.Authentication.Google.GoogleDefaults

Fields

AuthenticationScheme()
Return type:System.String
public const string AuthenticationScheme = "Google"
AuthorizationEndpoint()
Return type:System.String
public static readonly string AuthorizationEndpoint
TokenEndpoint()
Return type:System.String
public static readonly string TokenEndpoint
UserInformationEndpoint()
Return type:System.String
public static readonly string UserInformationEndpoint