public static IServiceCollection AddOAuthAuthenticationProvider(
this IServiceCollection services,
string identity,
Action<OAuthAuthenticationProviderOptions> configure
)<ExtensionAttribute>
Public Shared Function AddOAuthAuthenticationProvider (
services As IServiceCollection,
identity As String,
configure As Action(Of OAuthAuthenticationProviderOptions)
) As IServiceCollectionpublic:
[ExtensionAttribute]
static IServiceCollection^ AddOAuthAuthenticationProvider(
IServiceCollection^ services,
String^ identity,
Action<OAuthAuthenticationProviderOptions^>^ configure
)Gemstone.Security.AuthenticationProviders.OAuthAuthenticationProviderExtensions.AddOAuthAuthenticationProvider = function(services, identity, configure);