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); 47where THandler : OAuthHandler<TOptions> 60where 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)
17where THandler : OAuthHandler<TOptions>