8 references to MicrosoftChallengeProperties
Microsoft.AspNetCore.Authentication.MicrosoftAccount (8)
MicrosoftAccountHandler.cs (5)
71
AddQueryString(queryStrings, properties,
MicrosoftChallengeProperties
.ScopeKey, FormatScope, Options.Scope);
73
AddQueryString(queryStrings, properties,
MicrosoftChallengeProperties
.ResponseModeKey);
75
AddQueryString(queryStrings, properties,
MicrosoftChallengeProperties
.DomainHintKey);
76
AddQueryString(queryStrings, properties,
MicrosoftChallengeProperties
.LoginHintKey);
77
AddQueryString(queryStrings, properties,
MicrosoftChallengeProperties
.PromptKey);
MicrosoftChallengeProperties.cs (3)
36
/// Initializes a new instance for <see cref="
MicrosoftChallengeProperties
"/>.
42
/// Initializes a new instance for <see cref="
MicrosoftChallengeProperties
"/>.
50
/// Initializes a new instance for <see cref="
MicrosoftChallengeProperties
"/>.