2 references to AddOAuth
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthExtensions.cs (2)
36
=> builder.
AddOAuth
<OAuthOptions, OAuthHandler<OAuthOptions>>(authenticationScheme, displayName, configureOptions);
48
=> builder.
AddOAuth
<TOptions, THandler>(authenticationScheme, OAuthDefaults.DisplayName, configureOptions);