3 references to PromptKey
Microsoft.AspNetCore.Authentication.MicrosoftAccount (3)
MicrosoftAccountHandler.cs (1)
77
AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.
PromptKey
);
MicrosoftChallengeProperties.cs (2)
101
get => GetParameter<string>(
PromptKey
);
102
set => SetParameter(
PromptKey
, value);