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