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