3 references to LoginHintKey
Microsoft.AspNetCore.Authentication.Google (3)
GoogleChallengeProperties.cs (2)
92
get => GetParameter<string>(
LoginHintKey
);
93
set => SetParameter(
LoginHintKey
, value);
GoogleHandler.cs (1)
78
SetQueryParam(queryStrings, properties, GoogleChallengeProperties.
LoginHintKey
);