3 references to ScopeKey
Microsoft.AspNetCore.Authentication.OAuth (3)
OAuthChallengeProperties.cs (2)
43get => GetParameter<ICollection<string>>(ScopeKey)!; 44set => SetParameter(ScopeKey, value);
OAuthHandler.cs (1)
302var scopeParameter = properties.GetParameter<ICollection<string>>(OAuthChallengeProperties.ScopeKey);