5 references to TwitterHandler
Microsoft.AspNetCore.Authentication.Test (1)
TwitterTests.cs (1)
24protected override Type HandlerType => typeof(TwitterHandler);
Microsoft.AspNetCore.Authentication.Twitter (4)
TwitterExtensions.cs (1)
70return builder.AddRemoteScheme<TwitterOptions, TwitterHandler>(authenticationScheme, displayName, configureOptions);
TwitterHandler.cs (2)
38/// Initializes a new instance of <see cref="TwitterHandler"/>. 47/// Initializes a new instance of <see cref="TwitterHandler"/>.
TwitterPostConfigureOptions.cs (1)
40typeof(TwitterHandler).FullName!, name, "v1");