6 references to TwitterHandler
Microsoft.AspNetCore.Authentication.Twitter (6)
_generated\6\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));
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");