3 writes to StateDataFormat
Microsoft.AspNetCore.Authentication.Test (2)
TwitterTests.cs (2)
392
options.
StateDataFormat
= stateFormat;
461
options.
StateDataFormat
= stateFormat;
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)