4 references to AddRemoteScheme
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthExtensions.cs (1)
63return builder.AddRemoteScheme<TOptions, THandler>(authenticationScheme, displayName, configureOptions);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectExtensions.cs (1)
73return builder.AddRemoteScheme<OpenIdConnectOptions, OpenIdConnectHandler>(authenticationScheme, displayName, configureOptions);
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterExtensions.cs (1)
70return builder.AddRemoteScheme<TwitterOptions, TwitterHandler>(authenticationScheme, displayName, configureOptions);
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationExtensions.cs (1)
54return builder.AddRemoteScheme<WsFederationOptions, WsFederationHandler>(authenticationScheme, displayName, configureOptions);