7 references to OAuthHandler
Microsoft.AspNetCore.Authentication.OAuth (7)
OAuthExtensions.cs (4)
25
=> builder.AddOAuth<OAuthOptions,
OAuthHandler
<OAuthOptions>>(authenticationScheme, configureOptions);
36
=> builder.AddOAuth<OAuthOptions,
OAuthHandler
<OAuthOptions>>(authenticationScheme, displayName, configureOptions);
47
where THandler :
OAuthHandler
<TOptions>
60
where THandler :
OAuthHandler
<TOptions>
OAuthHandler.cs (2)
41
/// Initializes a new instance of <see cref="
OAuthHandler
{TOptions}"/>.
50
/// Initializes a new instance of <see cref="
OAuthHandler
{TOptions}"/>.
OAuthPostConfigureOptions.cs (1)
17
where THandler :
OAuthHandler
<TOptions>