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