1 write to Properties
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthCodeExchangeContext.cs (1)
19
Properties
= properties;
2 references to Properties
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthHandler.cs (2)
210
if (context.
Properties
.Items.TryGetValue(OAuthConstants.CodeVerifierKey, out var codeVerifier))
213
context.
Properties
.Items.Remove(OAuthConstants.CodeVerifierKey);