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