Beispiel #1
0
 public override FrontendBehavior GetOwnReference(string context, ChallengeType challengeType)
 {
     return(new(StepType, challengeType,
                new PollingAction(UrlProvider.GetSecurityApprovalStatusUrl(context),
                                  _coreConfiguration.PollingInterval)));
 }