3 references to ApprovalPromptKey
Microsoft.AspNetCore.Authentication.Google (3)
GoogleChallengeProperties.cs (2)
74get => GetParameter<string>(ApprovalPromptKey); 75set => SetParameter(ApprovalPromptKey, value);
GoogleHandler.cs (1)
76SetQueryParam(queryStrings, properties, GoogleChallengeProperties.ApprovalPromptKey);