5 references to TwitterHandler
Microsoft.AspNetCore.Authentication.Test (1)
TwitterTests.cs (1)
24
protected override Type HandlerType => typeof(
TwitterHandler
);
Microsoft.AspNetCore.Authentication.Twitter (4)
TwitterExtensions.cs (1)
70
return 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)
40
typeof(
TwitterHandler
).FullName!, name, "v1");