GoogleDefaults Class¶
- Namespace
Microsoft.AspNetCore.Authentication.Google
- Assemblies
- Microsoft.AspNetCore.Authentication.Google
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
-