GoogleExtensions Class

Definition

Extension methods to configure Google OAuth authentication.

public static class GoogleExtensions
type GoogleExtensions = class
Public Module GoogleExtensions
Inheritance
GoogleExtensions

Methods

AddGoogle(AuthenticationBuilder)

Adds Google OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Google authentication allows application users to sign in with their Google account.

AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)

Adds Google OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Google authentication allows application users to sign in with their Google account.

AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)

Adds Google OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Google authentication allows application users to sign in with their Google account.

AddGoogle(AuthenticationBuilder, String, String, Action<GoogleOptions>)

Adds Google OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Google authentication allows application users to sign in with their Google account.

Applies to