4 writes to Properties
Microsoft.AspNetCore.Authentication.Test (2)
TwitterTests.cs (2)
419Properties = new() 498Properties = new()
Microsoft.AspNetCore.Authentication.Twitter (2)
Messages\RequestTokenSerializer.cs (1)
87return new RequestToken { Token = token, TokenSecret = tokenSecret, CallbackConfirmed = callbackConfirmed, Properties = properties };
TwitterHandler.cs (1)
288Properties = properties,
6 references to Properties
Microsoft.AspNetCore.Authentication.Test (4)
TwitterTests.cs (4)
424token.Properties.Items.Add(correlationKey, correlationValue); 425token.Properties.RedirectUri = "/me"; 503token.Properties.Items.Add(correlationKey, correlationValue); 504token.Properties.RedirectUri = "/me";
Microsoft.AspNetCore.Authentication.Twitter (2)
Messages\RequestTokenSerializer.cs (1)
61PropertiesSerializer.Default.Write(writer, token.Properties);
TwitterHandler.cs (1)
70var properties = requestToken.Properties;