1 write to StateDataFormat
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthPostConfigureOptions.cs (1)
48
options.
StateDataFormat
= new PropertiesDataFormat(dataProtector);
3 references to StateDataFormat
Microsoft.AspNetCore.Authentication.OAuth (3)
OAuthHandler.cs (2)
69
var properties = Options.
StateDataFormat
.Unprotect(state);
329
parameters["state"] = Options.
StateDataFormat
.Protect(properties);
OAuthPostConfigureOptions.cs (1)
44
if (options.
StateDataFormat
== null)