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