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