OAuthExtensions Class

Definition

Extension methods to add OAuth authentication.

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

Methods

AddOAuth(AuthenticationBuilder, String, Action<OAuthOptions>)

Adds OAuth 2.0 based authentication to AuthenticationBuilder using the specified authentication scheme.

AddOAuth(AuthenticationBuilder, String, String, Action<OAuthOptions>)

Adds OAuth 2.0 based authentication to AuthenticationBuilder using the specified authentication scheme.

AddOAuth<TOptions,THandler>(AuthenticationBuilder, String, Action<TOptions>)

Adds OAuth 2.0 based authentication to AuthenticationBuilder using the specified authentication scheme.

AddOAuth<TOptions,THandler>(AuthenticationBuilder, String, String, Action<TOptions>)

Adds OAuth 2.0 based authentication to AuthenticationBuilder using the specified authentication scheme.

Applies to