3 references to LoginHintKey
Microsoft.AspNetCore.Authentication.MicrosoftAccount (3)
MicrosoftAccountHandler.cs (1)
76
AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.
LoginHintKey
);
MicrosoftChallengeProperties.cs (2)
89
get => GetParameter<string>(
LoginHintKey
);
90
set => SetParameter(
LoginHintKey
, value);