public static class AuthenticationWebBuilderExtensions<ExtensionAttribute>
Public NotInheritable Class AuthenticationWebBuilderExtensions[ExtensionAttribute]
public ref class AuthenticationWebBuilderExtensions abstract sealedGemstone.Web.Security.AuthenticationWebBuilderExtensions = function();
Type.createClass(
'Gemstone.Web.Security.AuthenticationWebBuilderExtensions');| ConfigureGemstoneWebAuthentication(IServiceCollection, ActionIAuthenticationBuilder) | Sets up the default configuration for services to support Gemstone authentication. |
| ConfigureGemstoneWebAuthenticationT(IServiceCollection) | Sets up the default configuration for services to support Gemstone authentication. |
| ConfigureOAuthProvider | Configures an authentication provider that uses OAuth to authenticate users. |
| UseGemstoneAuthentication(IApplicationBuilder) | Automatically configures the request pipeline to support well-known authentication providers. |
| UseGemstoneAuthentication(IApplicationBuilder, ActionIAuthenticationWebBuilder) | Configures the request pipeline to support authentication providers using the given configuration method. |