5 references to AddOAuth
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookExtensions.cs (1)
65=> builder.AddOAuth<FacebookOptions, FacebookHandler>(authenticationScheme, displayName, configureOptions);
Microsoft.AspNetCore.Authentication.Google (1)
GoogleExtensions.cs (1)
66=> builder.AddOAuth<GoogleOptions, GoogleHandler>(authenticationScheme, displayName, configureOptions);
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountExtensions.cs (1)
66=> builder.AddOAuth<MicrosoftAccountOptions, MicrosoftAccountHandler>(authenticationScheme, displayName, configureOptions);
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);