1 write to StateDataFormat
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterPostConfigureOptions.cs (1)
41
options.
StateDataFormat
= new SecureDataFormat<RequestToken>(
3 references to StateDataFormat
Microsoft.AspNetCore.Authentication.Twitter (3)
TwitterHandler.cs (2)
63
var requestToken = Options.
StateDataFormat
.Unprotect(protectedRequestToken);
177
Response.Cookies.Append(Options.StateCookie.Name!, Options.
StateDataFormat
.Protect(requestToken), cookieOptions);
TwitterPostConfigureOptions.cs (1)
37
if (options.
StateDataFormat
== null)