3 references to AccessTypeKey
Microsoft.AspNetCore.Authentication.Google (3)
GoogleChallengeProperties.cs (2)
65
get => GetParameter<string>(
AccessTypeKey
);
66
set => SetParameter(
AccessTypeKey
, value);
GoogleHandler.cs (1)
75
SetQueryParam(queryStrings, properties, GoogleChallengeProperties.
AccessTypeKey
, Options.AccessType);