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