func execute()

in Sources/RecaptchaEnterprise/RecaptchaInteropBidings.swift [52:56]


  func execute(
    withAction action: any RCAActionProtocol, completion: @escaping (String?, (any Error)?) -> Void
  ) {
    client.execute(withAction: RecaptchaAction(customAction: action.action), completion: completion)
  }