1 instantiation of MicrosoftChallengeProperties
Microsoft.AspNetCore.Authentication.Test (1)
MicrosoftAccountTests.cs (1)
369await context.ChallengeAsync("Microsoft", new MicrosoftChallengeProperties
8 references to MicrosoftChallengeProperties
Microsoft.AspNetCore.Authentication.MicrosoftAccount (8)
MicrosoftAccountHandler.cs (5)
71AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.ScopeKey, FormatScope, Options.Scope); 73AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.ResponseModeKey); 75AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.DomainHintKey); 76AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.LoginHintKey); 77AddQueryString(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"/>.