3 types derived from OAuthChallengeProperties
Microsoft.AspNetCore.Authentication.Google (1)
GoogleChallengeProperties.cs (1)
11public class GoogleChallengeProperties : OAuthChallengeProperties
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftChallengeProperties.cs (1)
12public class MicrosoftChallengeProperties : OAuthChallengeProperties
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectChallengeProperties.cs (1)
12public class OpenIdConnectChallengeProperties : OAuthChallengeProperties
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);