4 references to OAuthChallengeProperties
Microsoft.AspNetCore.Authentication.OAuth (4)
OAuthChallengeProperties.cs (3)
17/// Initializes a new instance of <see cref="OAuthChallengeProperties"/>. 23/// Initializes a new instance of <see cref="OAuthChallengeProperties" />. 31/// Initializes a new instance of <see cref="OAuthChallengeProperties" />.
OAuthHandler.cs (1)
302var scopeParameter = properties.GetParameter<ICollection<string>>(OAuthChallengeProperties.ScopeKey);