GoogleAppBuilderExtensions Class

Definition

Extension methods to add Google authentication capabilities to an HTTP application pipeline.

public ref class GoogleAppBuilderExtensions abstract sealed
public static class GoogleAppBuilderExtensions
type GoogleAppBuilderExtensions = class
Public Module GoogleAppBuilderExtensions
Inheritance
GoogleAppBuilderExtensions

Methods

UseGoogleAuthentication(IApplicationBuilder)
Obsolete.

UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)
Obsolete.

UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)

Adds the GoogleMiddleware middleware to the specified IApplicationBuilder, which enables Google authentication capabilities.

Applies to