public static AuthenticationBuilder AddAPIAuthentication(
this AuthenticationBuilder builder,
Action<APIAuthenticationOptions> configureOptions
)<ExtensionAttribute>
Public Shared Function AddAPIAuthentication (
builder As AuthenticationBuilder,
configureOptions As Action(Of APIAuthenticationOptions)
) As AuthenticationBuilderpublic:
[ExtensionAttribute]
static AuthenticationBuilder^ AddAPIAuthentication(
AuthenticationBuilder^ builder,
Action<APIAuthenticationOptions^>^ configureOptions
)Gemstone.Security.AuthenticationProviders.APIAuthenticationHandlerExtensions.AddAPIAuthentication = function(builder, configureOptions);