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