7 references to TwitterHandler
Microsoft.AspNetCore.Authentication.Test (1)
TwitterTests.cs (1)
24
protected override Type HandlerType => typeof(
TwitterHandler
);
Microsoft.AspNetCore.Authentication.Twitter (6)
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
"/>.
TwitterJsonContext.g.cs (2)
26
public static global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterHandler
.TwitterJsonContext Default { get; } = new global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterHandler
.TwitterJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
TwitterPostConfigureOptions.cs (1)
40
typeof(
TwitterHandler
).FullName!, name, "v1");