3 instantiations of RequestTokenSerializer
Microsoft.AspNetCore.Authentication.Test (2)
TwitterTests.cs (2)
386
var stateFormat = new SecureDataFormat<RequestToken>(new
RequestTokenSerializer
(), new EphemeralDataProtectionProvider(NullLoggerFactory.Instance).CreateProtector("TwitterTest"));
455
var stateFormat = new SecureDataFormat<RequestToken>(new
RequestTokenSerializer
(), new EphemeralDataProtectionProvider(NullLoggerFactory.Instance).CreateProtector("TwitterTest"));
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterPostConfigureOptions.cs (1)
42
new
RequestTokenSerializer
(),