@ngrok/ngrok-api 0.0.9 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/.eslintrc.js +4 -1
  2. package/CHANGELOG.md +34 -0
  3. package/README.md +148 -2
  4. package/docs/CNAME +1 -0
  5. package/docs/assets/css/main.css +2660 -0
  6. package/docs/assets/images/icons.png +0 -0
  7. package/docs/assets/images/icons@2x.png +0 -0
  8. package/docs/assets/images/widgets.png +0 -0
  9. package/docs/assets/images/widgets@2x.png +0 -0
  10. package/docs/assets/js/main.js +248 -0
  11. package/docs/assets/js/search.js +1 -0
  12. package/docs/classes/client.Ngrok.html +681 -0
  13. package/docs/classes/services.APIKeys.html +453 -0
  14. package/docs/classes/services.AbuseReports.html +360 -0
  15. package/docs/classes/services.AgentIngresses.html +442 -0
  16. package/docs/classes/services.CertificateAuthorities.html +453 -0
  17. package/docs/classes/services.Credentials.html +452 -0
  18. package/docs/classes/services.EndpointCircuitBreakerModule.html +369 -0
  19. package/docs/classes/services.EndpointCompressionModule.html +369 -0
  20. package/docs/classes/services.EndpointConfigurations.html +451 -0
  21. package/docs/classes/services.EndpointIPPolicyModule.html +369 -0
  22. package/docs/classes/services.EndpointLoggingModule.html +369 -0
  23. package/docs/classes/services.EndpointMutualTLSModule.html +369 -0
  24. package/docs/classes/services.EndpointOAuthModule.html +369 -0
  25. package/docs/classes/services.EndpointOIDCModule.html +369 -0
  26. package/docs/classes/services.EndpointRequestHeadersModule.html +369 -0
  27. package/docs/classes/services.EndpointResponseHeadersModule.html +369 -0
  28. package/docs/classes/services.EndpointSAMLModule.html +369 -0
  29. package/docs/classes/services.EndpointTLSTerminationModule.html +369 -0
  30. package/docs/classes/services.EndpointWebhookValidationModule.html +369 -0
  31. package/docs/classes/services.EventDestinations.html +442 -0
  32. package/docs/classes/services.EventSources.html +448 -0
  33. package/docs/classes/services.EventStreams.html +442 -0
  34. package/docs/classes/services.EventSubscriptions.html +442 -0
  35. package/docs/classes/services.IPPolicies.html +452 -0
  36. package/docs/classes/services.IPPolicyRules.html +450 -0
  37. package/docs/classes/services.IPRestrictions.html +454 -0
  38. package/docs/classes/services.ReservedAddrs.html +483 -0
  39. package/docs/classes/services.ReservedDomains.html +580 -0
  40. package/docs/classes/services.SSHCertificateAuthorities.html +450 -0
  41. package/docs/classes/services.SSHCredentials.html +450 -0
  42. package/docs/classes/services.SSHHostCertificates.html +451 -0
  43. package/docs/classes/services.SSHUserCertificates.html +451 -0
  44. package/docs/classes/services.TLSCertificates.html +453 -0
  45. package/docs/classes/services.TunnelSessions.html +451 -0
  46. package/docs/classes/services.Tunnels.html +322 -0
  47. package/docs/index.html +239 -0
  48. package/docs/interfaces/client.NgrokConfig.html +179 -0
  49. package/docs/interfaces/datatypes.APIKey.html +262 -0
  50. package/docs/interfaces/datatypes.APIKeyCreate.html +186 -0
  51. package/docs/interfaces/datatypes.APIKeyList.html +205 -0
  52. package/docs/interfaces/datatypes.APIKeyUpdate.html +200 -0
  53. package/docs/interfaces/datatypes.AWSAuth.html +186 -0
  54. package/docs/interfaces/datatypes.AWSCredentials.html +186 -0
  55. package/docs/interfaces/datatypes.AWSRole.html +167 -0
  56. package/docs/interfaces/datatypes.AbuseReport.html +281 -0
  57. package/docs/interfaces/datatypes.AbuseReportCreate.html +186 -0
  58. package/docs/interfaces/datatypes.AbuseReportHostname.html +186 -0
  59. package/docs/interfaces/datatypes.AgentIngress.html +300 -0
  60. package/docs/interfaces/datatypes.AgentIngressCreate.html +205 -0
  61. package/docs/interfaces/datatypes.AgentIngressList.html +205 -0
  62. package/docs/interfaces/datatypes.AgentIngressUpdate.html +200 -0
  63. package/docs/interfaces/datatypes.CertificateAuthority.html +357 -0
  64. package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +205 -0
  65. package/docs/interfaces/datatypes.CertificateAuthorityList.html +205 -0
  66. package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +200 -0
  67. package/docs/interfaces/datatypes.Credential.html +281 -0
  68. package/docs/interfaces/datatypes.CredentialCreate.html +205 -0
  69. package/docs/interfaces/datatypes.CredentialList.html +205 -0
  70. package/docs/interfaces/datatypes.CredentialUpdate.html +219 -0
  71. package/docs/interfaces/datatypes.Empty.html +130 -0
  72. package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +262 -0
  73. package/docs/interfaces/datatypes.EndpointCircuitBreakerReplace.html +176 -0
  74. package/docs/interfaces/datatypes.EndpointCompression.html +167 -0
  75. package/docs/interfaces/datatypes.EndpointCompressionReplace.html +176 -0
  76. package/docs/interfaces/datatypes.EndpointConfiguration.html +490 -0
  77. package/docs/interfaces/datatypes.EndpointConfigurationCreate.html +433 -0
  78. package/docs/interfaces/datatypes.EndpointConfigurationList.html +205 -0
  79. package/docs/interfaces/datatypes.EndpointConfigurationUpdate.html +433 -0
  80. package/docs/interfaces/datatypes.EndpointIPPolicy.html +181 -0
  81. package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +186 -0
  82. package/docs/interfaces/datatypes.EndpointIPPolicyReplace.html +176 -0
  83. package/docs/interfaces/datatypes.EndpointLogging.html +186 -0
  84. package/docs/interfaces/datatypes.EndpointLoggingMutate.html +186 -0
  85. package/docs/interfaces/datatypes.EndpointLoggingReplace.html +176 -0
  86. package/docs/interfaces/datatypes.EndpointMutualTLS.html +186 -0
  87. package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +186 -0
  88. package/docs/interfaces/datatypes.EndpointMutualTLSReplace.html +176 -0
  89. package/docs/interfaces/datatypes.EndpointOAuth.html +281 -0
  90. package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +243 -0
  91. package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +281 -0
  92. package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +243 -0
  93. package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +243 -0
  94. package/docs/interfaces/datatypes.EndpointOAuthProvider.html +224 -0
  95. package/docs/interfaces/datatypes.EndpointOAuthReplace.html +176 -0
  96. package/docs/interfaces/datatypes.EndpointOIDC.html +319 -0
  97. package/docs/interfaces/datatypes.EndpointOIDCReplace.html +176 -0
  98. package/docs/interfaces/datatypes.EndpointRequestHeaders.html +205 -0
  99. package/docs/interfaces/datatypes.EndpointRequestHeadersReplace.html +176 -0
  100. package/docs/interfaces/datatypes.EndpointResponseHeaders.html +205 -0
  101. package/docs/interfaces/datatypes.EndpointResponseHeadersReplace.html +176 -0
  102. package/docs/interfaces/datatypes.EndpointSAML.html +433 -0
  103. package/docs/interfaces/datatypes.EndpointSAMLMutate.html +338 -0
  104. package/docs/interfaces/datatypes.EndpointSAMLReplace.html +176 -0
  105. package/docs/interfaces/datatypes.EndpointTLSTermination.html +205 -0
  106. package/docs/interfaces/datatypes.EndpointTLSTerminationReplace.html +176 -0
  107. package/docs/interfaces/datatypes.EndpointWebhookValidation.html +205 -0
  108. package/docs/interfaces/datatypes.EndpointWebhookValidationReplace.html +176 -0
  109. package/docs/interfaces/datatypes.Error.html +204 -0
  110. package/docs/interfaces/datatypes.EventDestination.html +281 -0
  111. package/docs/interfaces/datatypes.EventDestinationCreate.html +224 -0
  112. package/docs/interfaces/datatypes.EventDestinationList.html +205 -0
  113. package/docs/interfaces/datatypes.EventDestinationUpdate.html +243 -0
  114. package/docs/interfaces/datatypes.EventSource.html +186 -0
  115. package/docs/interfaces/datatypes.EventSourceCreate.html +186 -0
  116. package/docs/interfaces/datatypes.EventSourceItem.html +193 -0
  117. package/docs/interfaces/datatypes.EventSourceList.html +186 -0
  118. package/docs/interfaces/datatypes.EventSourcePaging.html +174 -0
  119. package/docs/interfaces/datatypes.EventSourceReplace.html +167 -0
  120. package/docs/interfaces/datatypes.EventSourceUpdate.html +186 -0
  121. package/docs/interfaces/datatypes.EventStream.html +319 -0
  122. package/docs/interfaces/datatypes.EventStreamCreate.html +262 -0
  123. package/docs/interfaces/datatypes.EventStreamList.html +205 -0
  124. package/docs/interfaces/datatypes.EventStreamUpdate.html +262 -0
  125. package/docs/interfaces/datatypes.EventSubscription.html +281 -0
  126. package/docs/interfaces/datatypes.EventSubscriptionCreate.html +224 -0
  127. package/docs/interfaces/datatypes.EventSubscriptionList.html +205 -0
  128. package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +243 -0
  129. package/docs/interfaces/datatypes.EventTarget.html +205 -0
  130. package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +186 -0
  131. package/docs/interfaces/datatypes.EventTargetFirehose.html +186 -0
  132. package/docs/interfaces/datatypes.EventTargetKinesis.html +186 -0
  133. package/docs/interfaces/datatypes.IPPolicy.html +262 -0
  134. package/docs/interfaces/datatypes.IPPolicyCreate.html +205 -0
  135. package/docs/interfaces/datatypes.IPPolicyList.html +205 -0
  136. package/docs/interfaces/datatypes.IPPolicyRule.html +281 -0
  137. package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +224 -0
  138. package/docs/interfaces/datatypes.IPPolicyRuleList.html +205 -0
  139. package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +219 -0
  140. package/docs/interfaces/datatypes.IPPolicyUpdate.html +200 -0
  141. package/docs/interfaces/datatypes.IPRestriction.html +300 -0
  142. package/docs/interfaces/datatypes.IPRestrictionCreate.html +243 -0
  143. package/docs/interfaces/datatypes.IPRestrictionList.html +205 -0
  144. package/docs/interfaces/datatypes.IPRestrictionUpdate.html +238 -0
  145. package/docs/interfaces/datatypes.Item.html +167 -0
  146. package/docs/interfaces/datatypes.Paging.html +176 -0
  147. package/docs/interfaces/datatypes.Ref.html +186 -0
  148. package/docs/interfaces/datatypes.ReservedAddr.html +300 -0
  149. package/docs/interfaces/datatypes.ReservedAddrCreate.html +224 -0
  150. package/docs/interfaces/datatypes.ReservedAddrList.html +205 -0
  151. package/docs/interfaces/datatypes.ReservedAddrUpdate.html +219 -0
  152. package/docs/interfaces/datatypes.ReservedDomain.html +414 -0
  153. package/docs/interfaces/datatypes.ReservedDomainCertJob.html +224 -0
  154. package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +186 -0
  155. package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +186 -0
  156. package/docs/interfaces/datatypes.ReservedDomainCreate.html +300 -0
  157. package/docs/interfaces/datatypes.ReservedDomainList.html +205 -0
  158. package/docs/interfaces/datatypes.ReservedDomainUpdate.html +276 -0
  159. package/docs/interfaces/datatypes.SSHCertificateAuthority.html +281 -0
  160. package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +243 -0
  161. package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +205 -0
  162. package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +200 -0
  163. package/docs/interfaces/datatypes.SSHCredential.html +281 -0
  164. package/docs/interfaces/datatypes.SSHCredentialCreate.html +224 -0
  165. package/docs/interfaces/datatypes.SSHCredentialList.html +205 -0
  166. package/docs/interfaces/datatypes.SSHCredentialUpdate.html +219 -0
  167. package/docs/interfaces/datatypes.SSHHostCertificate.html +376 -0
  168. package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +281 -0
  169. package/docs/interfaces/datatypes.SSHHostCertificateList.html +205 -0
  170. package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +200 -0
  171. package/docs/interfaces/datatypes.SSHUserCertificate.html +414 -0
  172. package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +319 -0
  173. package/docs/interfaces/datatypes.SSHUserCertificateList.html +205 -0
  174. package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +200 -0
  175. package/docs/interfaces/datatypes.TLSCertificate.html +547 -0
  176. package/docs/interfaces/datatypes.TLSCertificateCreate.html +224 -0
  177. package/docs/interfaces/datatypes.TLSCertificateList.html +205 -0
  178. package/docs/interfaces/datatypes.TLSCertificateSANs.html +186 -0
  179. package/docs/interfaces/datatypes.TLSCertificateUpdate.html +200 -0
  180. package/docs/interfaces/datatypes.Tunnel.html +281 -0
  181. package/docs/interfaces/datatypes.TunnelList.html +205 -0
  182. package/docs/interfaces/datatypes.TunnelSession.html +338 -0
  183. package/docs/interfaces/datatypes.TunnelSessionList.html +205 -0
  184. package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +162 -0
  185. package/docs/modules/client.html +137 -0
  186. package/docs/modules/datatypes.html +668 -0
  187. package/docs/modules/services.html +260 -0
  188. package/docs/modules.html +119 -0
  189. package/lib/client.d.ts +145 -0
  190. package/lib/client.d.ts.map +1 -0
  191. package/lib/client.js +102 -0
  192. package/lib/client.js.map +1 -0
  193. package/lib/{types.d.ts → datatypes.d.ts} +620 -816
  194. package/lib/datatypes.d.ts.map +1 -0
  195. package/lib/{types.js → datatypes.js} +1 -1
  196. package/lib/datatypes.js.map +1 -0
  197. package/lib/index.d.ts +3 -314
  198. package/lib/index.d.ts.map +1 -0
  199. package/lib/index.js +25 -887
  200. package/lib/index.js.map +1 -1
  201. package/lib/services.d.ts +773 -0
  202. package/lib/services.d.ts.map +1 -0
  203. package/lib/services.js +2761 -0
  204. package/lib/services.js.map +1 -0
  205. package/lib/util.d.ts +5 -0
  206. package/lib/util.d.ts.map +1 -0
  207. package/lib/util.js +53 -0
  208. package/lib/util.js.map +1 -0
  209. package/package.json +12 -3
  210. package/src/client.ts +265 -0
  211. package/src/{types.ts → datatypes.ts} +648 -869
  212. package/src/index.ts +2 -616
  213. package/src/services.ts +2560 -0
  214. package/src/util.ts +48 -0
  215. package/test/apikey.test.js +44 -30
  216. package/test/endpointConfigurations.test.js +38 -34
  217. package/tsconfig.json +17 -7
  218. package/lib/types.js.map +0 -1
@@ -0,0 +1,681 @@
1
+ <!doctype html>
2
+ <html class="default no-js">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <title>Ngrok | @ngrok/ngrok-api</title>
7
+ <meta name="description" content="Documentation for @ngrok/ngrok-api">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <link rel="stylesheet" href="../assets/css/main.css">
10
+ <script async src="../assets/js/search.js" id="search-script"></script>
11
+ </head>
12
+ <body>
13
+ <header>
14
+ <div class="tsd-page-toolbar">
15
+ <div class="container">
16
+ <div class="table-wrap">
17
+ <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
+ <div class="field">
19
+ <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
+ <input id="tsd-search-field" type="text" />
21
+ </div>
22
+ <ul class="results">
23
+ <li class="state loading">Preparing search index...</li>
24
+ <li class="state failure">The search index is not available</li>
25
+ </ul>
26
+ <a href="../index.html" class="title">@ngrok/ngrok-api</a>
27
+ </div>
28
+ <div class="table-cell" id="tsd-widgets">
29
+ <div id="tsd-filter">
30
+ <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
+ <div class="tsd-filter-group">
32
+ <div class="tsd-select" id="tsd-filter-visibility">
33
+ <span class="tsd-select-label">All</span>
34
+ <ul class="tsd-select-list">
35
+ <li data-value="public">Public</li>
36
+ <li data-value="protected">Public/Protected</li>
37
+ <li data-value="private" class="selected">All</li>
38
+ </ul>
39
+ </div>
40
+ <input type="checkbox" id="tsd-filter-inherited" checked />
41
+ <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
+ <input type="checkbox" id="tsd-filter-externals" checked />
43
+ <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
44
+ </div>
45
+ </div>
46
+ <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ <div class="tsd-page-title">
52
+ <div class="container">
53
+ <ul class="tsd-breadcrumb">
54
+ <li>
55
+ <a href="../modules.html">@ngrok/ngrok-api</a>
56
+ </li>
57
+ <li>
58
+ <a href="../modules/client.html">client</a>
59
+ </li>
60
+ <li>
61
+ <a href="client.Ngrok.html">Ngrok</a>
62
+ </li>
63
+ </ul>
64
+ <h1>Class Ngrok</h1>
65
+ </div>
66
+ </div>
67
+ </header>
68
+ <div class="container container-main">
69
+ <div class="row">
70
+ <div class="col-8 col-content">
71
+ <section class="tsd-panel tsd-hierarchy">
72
+ <h3>Hierarchy</h3>
73
+ <ul class="tsd-hierarchy">
74
+ <li>
75
+ <span class="target">Ngrok</span>
76
+ </li>
77
+ </ul>
78
+ </section>
79
+ <section class="tsd-panel-group tsd-index-group">
80
+ <h2>Index</h2>
81
+ <section class="tsd-panel tsd-index-panel">
82
+ <div class="tsd-index-content">
83
+ <section class="tsd-index-section ">
84
+ <h3>Constructors</h3>
85
+ <ul class="tsd-index-list">
86
+ <li class="tsd-kind-constructor tsd-parent-kind-class"><a href="client.Ngrok.html#constructor" class="tsd-kind-icon">constructor</a></li>
87
+ </ul>
88
+ </section>
89
+ <section class="tsd-index-section ">
90
+ <h3>Properties</h3>
91
+ <ul class="tsd-index-list">
92
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#abuseReports" class="tsd-kind-icon">abuse<wbr>Reports</a></li>
93
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#agentIngresses" class="tsd-kind-icon">agent<wbr>Ingresses</a></li>
94
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#apiKeys" class="tsd-kind-icon">api<wbr>Keys</a></li>
95
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#certificateAuthorities" class="tsd-kind-icon">certificate<wbr>Authorities</a></li>
96
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#credentials" class="tsd-kind-icon">credentials</a></li>
97
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#endpointConfigurations" class="tsd-kind-icon">endpoint<wbr>Configurations</a></li>
98
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventDestinations" class="tsd-kind-icon">event<wbr>Destinations</a></li>
99
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventSources" class="tsd-kind-icon">event<wbr>Sources</a></li>
100
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventStreams" class="tsd-kind-icon">event<wbr>Streams</a></li>
101
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventSubscriptions" class="tsd-kind-icon">event<wbr>Subscriptions</a></li>
102
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipPolicies" class="tsd-kind-icon">ip<wbr>Policies</a></li>
103
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipPolicyRules" class="tsd-kind-icon">ip<wbr>Policy<wbr>Rules</a></li>
104
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipRestrictions" class="tsd-kind-icon">ip<wbr>Restrictions</a></li>
105
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#pointcfgModule" class="tsd-kind-icon">pointcfg<wbr>Module</a></li>
106
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedAddrs" class="tsd-kind-icon">reserved<wbr>Addrs</a></li>
107
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedDomains" class="tsd-kind-icon">reserved<wbr>Domains</a></li>
108
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshCertificateAuthorities" class="tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities</a></li>
109
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshCredentials" class="tsd-kind-icon">ssh<wbr>Credentials</a></li>
110
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshHostCertificates" class="tsd-kind-icon">ssh<wbr>Host<wbr>Certificates</a></li>
111
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshUserCertificates" class="tsd-kind-icon">ssh<wbr>User<wbr>Certificates</a></li>
112
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#tlsCertificates" class="tsd-kind-icon">tls<wbr>Certificates</a></li>
113
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#tunnelSessions" class="tsd-kind-icon">tunnel<wbr>Sessions</a></li>
114
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#tunnels" class="tsd-kind-icon">tunnels</a></li>
115
+ </ul>
116
+ </section>
117
+ </div>
118
+ </section>
119
+ </section>
120
+ <section class="tsd-panel-group tsd-member-group ">
121
+ <h2>Constructors</h2>
122
+ <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
123
+ <a name="constructor" class="tsd-anchor"></a>
124
+ <h3>constructor</h3>
125
+ <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
126
+ <li class="tsd-signature tsd-kind-icon">new <wbr>Ngrok<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><a href="../interfaces/client.NgrokConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">NgrokConfig</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="client.Ngrok.html" class="tsd-signature-type" data-tsd-kind="Class">Ngrok</a></li>
127
+ </ul>
128
+ <ul class="tsd-descriptions">
129
+ <li class="tsd-description">
130
+ <aside class="tsd-sources">
131
+ <ul>
132
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L158">client.ts:158</a></li>
133
+ </ul>
134
+ </aside>
135
+ <div class="tsd-comment tsd-typography">
136
+ <div class="lead">
137
+ <p>Creates an instance of the Ngrok HTTP API client</p>
138
+ </div>
139
+ </div>
140
+ <h4 class="tsd-parameters-title">Parameters</h4>
141
+ <ul class="tsd-parameters">
142
+ <li>
143
+ <h5>__namedParameters: <a href="../interfaces/client.NgrokConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">NgrokConfig</a></h5>
144
+ </li>
145
+ </ul>
146
+ <h4 class="tsd-returns-title">Returns <a href="client.Ngrok.html" class="tsd-signature-type" data-tsd-kind="Class">Ngrok</a></h4>
147
+ </li>
148
+ </ul>
149
+ </section>
150
+ </section>
151
+ <section class="tsd-panel-group tsd-member-group ">
152
+ <h2>Properties</h2>
153
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
154
+ <a name="abuseReports" class="tsd-anchor"></a>
155
+ <h3>abuse<wbr>Reports</h3>
156
+ <div class="tsd-signature tsd-kind-icon">abuse<wbr>Reports<span class="tsd-signature-symbol">:</span> <a href="services.AbuseReports.html" class="tsd-signature-type" data-tsd-kind="Class">AbuseReports</a></div>
157
+ <aside class="tsd-sources">
158
+ <ul>
159
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L28">client.ts:28</a></li>
160
+ </ul>
161
+ </aside>
162
+ <div class="tsd-comment tsd-typography">
163
+ <div class="lead">
164
+ <p>Abuse Reports allow you to submit take-down requests for URLs hosted by
165
+ ngrok that violate ngrok&#39;s terms of service.</p>
166
+ </div>
167
+ </div>
168
+ </section>
169
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
170
+ <a name="agentIngresses" class="tsd-anchor"></a>
171
+ <h3>agent<wbr>Ingresses</h3>
172
+ <div class="tsd-signature tsd-kind-icon">agent<wbr>Ingresses<span class="tsd-signature-symbol">:</span> <a href="services.AgentIngresses.html" class="tsd-signature-type" data-tsd-kind="Class">AgentIngresses</a></div>
173
+ <aside class="tsd-sources">
174
+ <ul>
175
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L29">client.ts:29</a></li>
176
+ </ul>
177
+ </aside>
178
+ </section>
179
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
180
+ <a name="apiKeys" class="tsd-anchor"></a>
181
+ <h3>api<wbr>Keys</h3>
182
+ <div class="tsd-signature tsd-kind-icon">api<wbr>Keys<span class="tsd-signature-symbol">:</span> <a href="services.APIKeys.html" class="tsd-signature-type" data-tsd-kind="Class">APIKeys</a></div>
183
+ <aside class="tsd-sources">
184
+ <ul>
185
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L37">client.ts:37</a></li>
186
+ </ul>
187
+ </aside>
188
+ <div class="tsd-comment tsd-typography">
189
+ <div class="lead">
190
+ <p>API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok
191
+ API</a>. You may use the API itself
192
+ to provision and manage API Keys but you&#39;ll need to provision your first API
193
+ key from the <a href="https://dashboard.ngrok.com/api/keys">API Keys page</a> on your
194
+ ngrok.com dashboard.</p>
195
+ </div>
196
+ </div>
197
+ </section>
198
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
199
+ <a name="certificateAuthorities" class="tsd-anchor"></a>
200
+ <h3>certificate<wbr>Authorities</h3>
201
+ <div class="tsd-signature tsd-kind-icon">certificate<wbr>Authorities<span class="tsd-signature-symbol">:</span> <a href="services.CertificateAuthorities.html" class="tsd-signature-type" data-tsd-kind="Class">CertificateAuthorities</a></div>
202
+ <aside class="tsd-sources">
203
+ <ul>
204
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L45">client.ts:45</a></li>
205
+ </ul>
206
+ </aside>
207
+ <div class="tsd-comment tsd-typography">
208
+ <div class="lead">
209
+ <p>Certificate Authorities are x509 certificates that are used to sign other
210
+ x509 certificates. Attach a Certificate Authority to the Mutual TLS module
211
+ to verify that the TLS certificate presented by a client has been signed by
212
+ this CA. Certificate Authorities are used only for mTLS validation only and
213
+ thus a private key is not included in the resource.</p>
214
+ </div>
215
+ </div>
216
+ </section>
217
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
218
+ <a name="credentials" class="tsd-anchor"></a>
219
+ <h3>credentials</h3>
220
+ <div class="tsd-signature tsd-kind-icon">credentials<span class="tsd-signature-symbol">:</span> <a href="services.Credentials.html" class="tsd-signature-type" data-tsd-kind="Class">Credentials</a></div>
221
+ <aside class="tsd-sources">
222
+ <ul>
223
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L52">client.ts:52</a></li>
224
+ </ul>
225
+ </aside>
226
+ <div class="tsd-comment tsd-typography">
227
+ <div class="lead">
228
+ <p>Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok
229
+ agent to connect the ngrok service as your account. They are installed with
230
+ the <code>ngrok authtoken</code> command or by specifying it in the <code>ngrok.yml</code>
231
+ configuration file with the <code>authtoken</code> property.</p>
232
+ </div>
233
+ </div>
234
+ </section>
235
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
236
+ <a name="endpointConfigurations" class="tsd-anchor"></a>
237
+ <h3>endpoint<wbr>Configurations</h3>
238
+ <div class="tsd-signature tsd-kind-icon">endpoint<wbr>Configurations<span class="tsd-signature-symbol">:</span> <a href="services.EndpointConfigurations.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointConfigurations</a></div>
239
+ <aside class="tsd-sources">
240
+ <ul>
241
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L58">client.ts:58</a></li>
242
+ </ul>
243
+ </aside>
244
+ <div class="tsd-comment tsd-typography">
245
+ <div class="lead">
246
+ <p>Endpoint Configurations are a reusable group of modules that encapsulate how
247
+ traffic to a domain or address is handled. Endpoint configurations are only
248
+ applied to Domains and TCP Addresses they have been attached to.</p>
249
+ </div>
250
+ </div>
251
+ </section>
252
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
253
+ <a name="eventDestinations" class="tsd-anchor"></a>
254
+ <h3>event<wbr>Destinations</h3>
255
+ <div class="tsd-signature tsd-kind-icon">event<wbr>Destinations<span class="tsd-signature-symbol">:</span> <a href="services.EventDestinations.html" class="tsd-signature-type" data-tsd-kind="Class">EventDestinations</a></div>
256
+ <aside class="tsd-sources">
257
+ <ul>
258
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L60">client.ts:60</a></li>
259
+ </ul>
260
+ </aside>
261
+ </section>
262
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
263
+ <a name="eventSources" class="tsd-anchor"></a>
264
+ <h3>event<wbr>Sources</h3>
265
+ <div class="tsd-signature tsd-kind-icon">event<wbr>Sources<span class="tsd-signature-symbol">:</span> <a href="services.EventSources.html" class="tsd-signature-type" data-tsd-kind="Class">EventSources</a></div>
266
+ <aside class="tsd-sources">
267
+ <ul>
268
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L62">client.ts:62</a></li>
269
+ </ul>
270
+ </aside>
271
+ </section>
272
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
273
+ <a name="eventStreams" class="tsd-anchor"></a>
274
+ <h3>event<wbr>Streams</h3>
275
+ <div class="tsd-signature tsd-kind-icon">event<wbr>Streams<span class="tsd-signature-symbol">:</span> <a href="services.EventStreams.html" class="tsd-signature-type" data-tsd-kind="Class">EventStreams</a></div>
276
+ <aside class="tsd-sources">
277
+ <ul>
278
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L59">client.ts:59</a></li>
279
+ </ul>
280
+ </aside>
281
+ </section>
282
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
283
+ <a name="eventSubscriptions" class="tsd-anchor"></a>
284
+ <h3>event<wbr>Subscriptions</h3>
285
+ <div class="tsd-signature tsd-kind-icon">event<wbr>Subscriptions<span class="tsd-signature-symbol">:</span> <a href="services.EventSubscriptions.html" class="tsd-signature-type" data-tsd-kind="Class">EventSubscriptions</a></div>
286
+ <aside class="tsd-sources">
287
+ <ul>
288
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L61">client.ts:61</a></li>
289
+ </ul>
290
+ </aside>
291
+ </section>
292
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
293
+ <a name="ipPolicies" class="tsd-anchor"></a>
294
+ <h3>ip<wbr>Policies</h3>
295
+ <div class="tsd-signature tsd-kind-icon">ip<wbr>Policies<span class="tsd-signature-symbol">:</span> <a href="services.IPPolicies.html" class="tsd-signature-type" data-tsd-kind="Class">IPPolicies</a></div>
296
+ <aside class="tsd-sources">
297
+ <ul>
298
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L69">client.ts:69</a></li>
299
+ </ul>
300
+ </aside>
301
+ <div class="tsd-comment tsd-typography">
302
+ <div class="lead">
303
+ <p>IP Policies are reusable groups of CIDR ranges with an <code>allow</code> or <code>deny</code>
304
+ action. They can be attached to endpoints via the Endpoint Configuration IP
305
+ Policy module. They can also be used with IP Restrictions to control source
306
+ IP ranges that can start tunnel sessions and connect to the API and dashboard.</p>
307
+ </div>
308
+ </div>
309
+ </section>
310
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
311
+ <a name="ipPolicyRules" class="tsd-anchor"></a>
312
+ <h3>ip<wbr>Policy<wbr>Rules</h3>
313
+ <div class="tsd-signature tsd-kind-icon">ip<wbr>Policy<wbr>Rules<span class="tsd-signature-symbol">:</span> <a href="services.IPPolicyRules.html" class="tsd-signature-type" data-tsd-kind="Class">IPPolicyRules</a></div>
314
+ <aside class="tsd-sources">
315
+ <ul>
316
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L74">client.ts:74</a></li>
317
+ </ul>
318
+ </aside>
319
+ <div class="tsd-comment tsd-typography">
320
+ <div class="lead">
321
+ <p>IP Policy Rules are the IPv4 or IPv6 CIDRs entries that
322
+ make up an IP Policy.</p>
323
+ </div>
324
+ </div>
325
+ </section>
326
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
327
+ <a name="ipRestrictions" class="tsd-anchor"></a>
328
+ <h3>ip<wbr>Restrictions</h3>
329
+ <div class="tsd-signature tsd-kind-icon">ip<wbr>Restrictions<span class="tsd-signature-symbol">:</span> <a href="services.IPRestrictions.html" class="tsd-signature-type" data-tsd-kind="Class">IPRestrictions</a></div>
330
+ <aside class="tsd-sources">
331
+ <ul>
332
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L83">client.ts:83</a></li>
333
+ </ul>
334
+ </aside>
335
+ <div class="tsd-comment tsd-typography">
336
+ <div class="lead">
337
+ <p>An IP restriction is a restriction placed on the CIDRs that are allowed to
338
+ initate traffic to a specific aspect of your ngrok account. An IP
339
+ restriction has a type which defines the ingress it applies to. IP
340
+ restrictions can be used to enforce the source IPs that can make API
341
+ requests, log in to the dashboard, start ngrok agents, and connect to your
342
+ public-facing endpoints.</p>
343
+ </div>
344
+ </div>
345
+ </section>
346
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
347
+ <a name="pointcfgModule" class="tsd-anchor"></a>
348
+ <h3>pointcfg<wbr>Module</h3>
349
+ <div class="tsd-signature tsd-kind-icon">pointcfg<wbr>Module<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>endpointCircuitBreakerModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointCircuitBreakerModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCircuitBreakerModule</a><span class="tsd-signature-symbol">; </span>endpointCompressionModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointCompressionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCompressionModule</a><span class="tsd-signature-symbol">; </span>endpointIpPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointIPPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointIPPolicyModule</a><span class="tsd-signature-symbol">; </span>endpointLoggingModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointLoggingModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointLoggingModule</a><span class="tsd-signature-symbol">; </span>endpointMutualTlsModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointMutualTLSModule</a><span class="tsd-signature-symbol">; </span>endpointOAuthModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointOAuthModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOAuthModule</a><span class="tsd-signature-symbol">; </span>endpointOidcModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointOIDCModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOIDCModule</a><span class="tsd-signature-symbol">; </span>endpointRequestHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointRequestHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointRequestHeadersModule</a><span class="tsd-signature-symbol">; </span>endpointResponseHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointResponseHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointResponseHeadersModule</a><span class="tsd-signature-symbol">; </span>endpointSamlModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointSAMLModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointSAMLModule</a><span class="tsd-signature-symbol">; </span>endpointTlsTerminationModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointTLSTerminationModule</a><span class="tsd-signature-symbol">; </span>endpointWebhookValidationModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointWebhookValidationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointWebhookValidationModule</a><span class="tsd-signature-symbol"> }</span></div>
350
+ <aside class="tsd-sources">
351
+ <ul>
352
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L138">client.ts:138</a></li>
353
+ </ul>
354
+ </aside>
355
+ <div class="tsd-type-declaration">
356
+ <h4>Type declaration</h4>
357
+ <ul class="tsd-parameters">
358
+ <li class="tsd-parameter">
359
+ <h5>endpoint<wbr>Circuit<wbr>Breaker<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointCircuitBreakerModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCircuitBreakerModule</a></h5>
360
+ </li>
361
+ <li class="tsd-parameter">
362
+ <h5>endpoint<wbr>Compression<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointCompressionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCompressionModule</a></h5>
363
+ </li>
364
+ <li class="tsd-parameter">
365
+ <h5>endpoint<wbr>IpPolicy<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointIPPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointIPPolicyModule</a></h5>
366
+ </li>
367
+ <li class="tsd-parameter">
368
+ <h5>endpoint<wbr>Logging<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointLoggingModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointLoggingModule</a></h5>
369
+ </li>
370
+ <li class="tsd-parameter">
371
+ <h5>endpoint<wbr>Mutual<wbr>Tls<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointMutualTLSModule</a></h5>
372
+ </li>
373
+ <li class="tsd-parameter">
374
+ <h5>endpointOAuth<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointOAuthModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOAuthModule</a></h5>
375
+ </li>
376
+ <li class="tsd-parameter">
377
+ <h5>endpoint<wbr>Oidc<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointOIDCModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOIDCModule</a></h5>
378
+ </li>
379
+ <li class="tsd-parameter">
380
+ <h5>endpoint<wbr>Request<wbr>Headers<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointRequestHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointRequestHeadersModule</a></h5>
381
+ </li>
382
+ <li class="tsd-parameter">
383
+ <h5>endpoint<wbr>Response<wbr>Headers<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointResponseHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointResponseHeadersModule</a></h5>
384
+ </li>
385
+ <li class="tsd-parameter">
386
+ <h5>endpoint<wbr>Saml<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointSAMLModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointSAMLModule</a></h5>
387
+ </li>
388
+ <li class="tsd-parameter">
389
+ <h5>endpoint<wbr>Tls<wbr>Termination<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointTLSTerminationModule</a></h5>
390
+ </li>
391
+ <li class="tsd-parameter">
392
+ <h5>endpoint<wbr>Webhook<wbr>Validation<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointWebhookValidationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointWebhookValidationModule</a></h5>
393
+ </li>
394
+ </ul>
395
+ </div>
396
+ </section>
397
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
398
+ <a name="reservedAddrs" class="tsd-anchor"></a>
399
+ <h3>reserved<wbr>Addrs</h3>
400
+ <div class="tsd-signature tsd-kind-icon">reserved<wbr>Addrs<span class="tsd-signature-symbol">:</span> <a href="services.ReservedAddrs.html" class="tsd-signature-type" data-tsd-kind="Class">ReservedAddrs</a></div>
401
+ <aside class="tsd-sources">
402
+ <ul>
403
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L89">client.ts:89</a></li>
404
+ </ul>
405
+ </aside>
406
+ <div class="tsd-comment tsd-typography">
407
+ <div class="lead">
408
+ <p>Reserved Addresses are TCP addresses that can be used to listen for traffic.
409
+ TCP address hostnames and ports are assigned by ngrok, they cannot be
410
+ chosen.</p>
411
+ </div>
412
+ </div>
413
+ </section>
414
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
415
+ <a name="reservedDomains" class="tsd-anchor"></a>
416
+ <h3>reserved<wbr>Domains</h3>
417
+ <div class="tsd-signature tsd-kind-icon">reserved<wbr>Domains<span class="tsd-signature-symbol">:</span> <a href="services.ReservedDomains.html" class="tsd-signature-type" data-tsd-kind="Class">ReservedDomains</a></div>
418
+ <aside class="tsd-sources">
419
+ <ul>
420
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L96">client.ts:96</a></li>
421
+ </ul>
422
+ </aside>
423
+ <div class="tsd-comment tsd-typography">
424
+ <div class="lead">
425
+ <p>Reserved Domains are hostnames that you can listen for traffic on. Domains
426
+ can be used to listen for http, https or tls traffic. You may use a domain
427
+ that you own by creating a CNAME record specified in the returned resource.
428
+ This CNAME record points traffic for that domain to ngrok&#39;s edge servers.</p>
429
+ </div>
430
+ </div>
431
+ </section>
432
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
433
+ <a name="sshCertificateAuthorities" class="tsd-anchor"></a>
434
+ <h3>ssh<wbr>Certificate<wbr>Authorities</h3>
435
+ <div class="tsd-signature tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities<span class="tsd-signature-symbol">:</span> <a href="services.SSHCertificateAuthorities.html" class="tsd-signature-type" data-tsd-kind="Class">SSHCertificateAuthorities</a></div>
436
+ <aside class="tsd-sources">
437
+ <ul>
438
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L101">client.ts:101</a></li>
439
+ </ul>
440
+ </aside>
441
+ <div class="tsd-comment tsd-typography">
442
+ <div class="lead">
443
+ <p>An SSH Certificate Authority is a pair of an SSH Certificate and its private
444
+ key that can be used to sign other SSH host and user certificates.</p>
445
+ </div>
446
+ </div>
447
+ </section>
448
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
449
+ <a name="sshCredentials" class="tsd-anchor"></a>
450
+ <h3>ssh<wbr>Credentials</h3>
451
+ <div class="tsd-signature tsd-kind-icon">ssh<wbr>Credentials<span class="tsd-signature-symbol">:</span> <a href="services.SSHCredentials.html" class="tsd-signature-type" data-tsd-kind="Class">SSHCredentials</a></div>
452
+ <aside class="tsd-sources">
453
+ <ul>
454
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L106">client.ts:106</a></li>
455
+ </ul>
456
+ </aside>
457
+ <div class="tsd-comment tsd-typography">
458
+ <div class="lead">
459
+ <p>SSH Credentials are SSH public keys that can be used to start SSH tunnels
460
+ via the ngrok SSH tunnel gateway.</p>
461
+ </div>
462
+ </div>
463
+ </section>
464
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
465
+ <a name="sshHostCertificates" class="tsd-anchor"></a>
466
+ <h3>ssh<wbr>Host<wbr>Certificates</h3>
467
+ <div class="tsd-signature tsd-kind-icon">ssh<wbr>Host<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.SSHHostCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">SSHHostCertificates</a></div>
468
+ <aside class="tsd-sources">
469
+ <ul>
470
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L112">client.ts:112</a></li>
471
+ </ul>
472
+ </aside>
473
+ <div class="tsd-comment tsd-typography">
474
+ <div class="lead">
475
+ <p>SSH Host Certificates along with the corresponding private key allows an SSH
476
+ server to assert its authenticity to connecting SSH clients who trust the
477
+ SSH Certificate Authority that was used to sign the certificate.</p>
478
+ </div>
479
+ </div>
480
+ </section>
481
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
482
+ <a name="sshUserCertificates" class="tsd-anchor"></a>
483
+ <h3>ssh<wbr>User<wbr>Certificates</h3>
484
+ <div class="tsd-signature tsd-kind-icon">ssh<wbr>User<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.SSHUserCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">SSHUserCertificates</a></div>
485
+ <aside class="tsd-sources">
486
+ <ul>
487
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L118">client.ts:118</a></li>
488
+ </ul>
489
+ </aside>
490
+ <div class="tsd-comment tsd-typography">
491
+ <div class="lead">
492
+ <p>SSH User Certificates are presented by SSH clients when connecting to an SSH
493
+ server to authenticate their connection. The SSH server must trust the SSH
494
+ Certificate Authority used to sign the certificate.</p>
495
+ </div>
496
+ </div>
497
+ </section>
498
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
499
+ <a name="tlsCertificates" class="tsd-anchor"></a>
500
+ <h3>tls<wbr>Certificates</h3>
501
+ <div class="tsd-signature tsd-kind-icon">tls<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.TLSCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">TLSCertificates</a></div>
502
+ <aside class="tsd-sources">
503
+ <ul>
504
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L126">client.ts:126</a></li>
505
+ </ul>
506
+ </aside>
507
+ <div class="tsd-comment tsd-typography">
508
+ <div class="lead">
509
+ <p>TLS Certificates are pairs of x509 certificates and their matching private
510
+ key that can be used to terminate TLS traffic. TLS certificates are unused
511
+ until they are attached to a Domain. TLS Certificates may also be
512
+ provisioned by ngrok automatically for domains on which you have enabled
513
+ automated certificate provisioning.</p>
514
+ </div>
515
+ </div>
516
+ </section>
517
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
518
+ <a name="tunnelSessions" class="tsd-anchor"></a>
519
+ <h3>tunnel<wbr>Sessions</h3>
520
+ <div class="tsd-signature tsd-kind-icon">tunnel<wbr>Sessions<span class="tsd-signature-symbol">:</span> <a href="services.TunnelSessions.html" class="tsd-signature-type" data-tsd-kind="Class">TunnelSessions</a></div>
521
+ <aside class="tsd-sources">
522
+ <ul>
523
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L132">client.ts:132</a></li>
524
+ </ul>
525
+ </aside>
526
+ <div class="tsd-comment tsd-typography">
527
+ <div class="lead">
528
+ <p>Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel
529
+ sessions that are running and connected to the ngrok service. Each tunnel
530
+ session can include one or more Tunnels.</p>
531
+ </div>
532
+ </div>
533
+ </section>
534
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
535
+ <a name="tunnels" class="tsd-anchor"></a>
536
+ <h3>tunnels</h3>
537
+ <div class="tsd-signature tsd-kind-icon">tunnels<span class="tsd-signature-symbol">:</span> <a href="services.Tunnels.html" class="tsd-signature-type" data-tsd-kind="Class">Tunnels</a></div>
538
+ <aside class="tsd-sources">
539
+ <ul>
540
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/client.ts#L137">client.ts:137</a></li>
541
+ </ul>
542
+ </aside>
543
+ <div class="tsd-comment tsd-typography">
544
+ <div class="lead">
545
+ <p>Tunnels provide endpoints to access services exposed by a running ngrok
546
+ agent tunnel session or an SSH reverse tunnel session.</p>
547
+ </div>
548
+ </div>
549
+ </section>
550
+ </section>
551
+ </div>
552
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
553
+ <nav class="tsd-navigation primary">
554
+ <ul>
555
+ <li class=" ">
556
+ <a href="../modules.html">Modules</a>
557
+ </li>
558
+ <li class="current tsd-kind-module">
559
+ <a href="../modules/client.html">client</a>
560
+ </li>
561
+ <li class=" tsd-kind-module">
562
+ <a href="../modules/datatypes.html">datatypes</a>
563
+ </li>
564
+ <li class=" tsd-kind-module">
565
+ <a href="../modules/services.html">services</a>
566
+ </li>
567
+ </ul>
568
+ </nav>
569
+ <nav class="tsd-navigation secondary menu-sticky">
570
+ <ul class="before-current">
571
+ </ul>
572
+ <ul class="current">
573
+ <li class="current tsd-kind-class tsd-parent-kind-module">
574
+ <a href="client.Ngrok.html" class="tsd-kind-icon">Ngrok</a>
575
+ <ul>
576
+ <li class=" tsd-kind-constructor tsd-parent-kind-class">
577
+ <a href="client.Ngrok.html#constructor" class="tsd-kind-icon">constructor</a>
578
+ </li>
579
+ <li class=" tsd-kind-property tsd-parent-kind-class">
580
+ <a href="client.Ngrok.html#abuseReports" class="tsd-kind-icon">abuse<wbr>Reports</a>
581
+ </li>
582
+ <li class=" tsd-kind-property tsd-parent-kind-class">
583
+ <a href="client.Ngrok.html#agentIngresses" class="tsd-kind-icon">agent<wbr>Ingresses</a>
584
+ </li>
585
+ <li class=" tsd-kind-property tsd-parent-kind-class">
586
+ <a href="client.Ngrok.html#apiKeys" class="tsd-kind-icon">api<wbr>Keys</a>
587
+ </li>
588
+ <li class=" tsd-kind-property tsd-parent-kind-class">
589
+ <a href="client.Ngrok.html#certificateAuthorities" class="tsd-kind-icon">certificate<wbr>Authorities</a>
590
+ </li>
591
+ <li class=" tsd-kind-property tsd-parent-kind-class">
592
+ <a href="client.Ngrok.html#credentials" class="tsd-kind-icon">credentials</a>
593
+ </li>
594
+ <li class=" tsd-kind-property tsd-parent-kind-class">
595
+ <a href="client.Ngrok.html#endpointConfigurations" class="tsd-kind-icon">endpoint<wbr>Configurations</a>
596
+ </li>
597
+ <li class=" tsd-kind-property tsd-parent-kind-class">
598
+ <a href="client.Ngrok.html#eventDestinations" class="tsd-kind-icon">event<wbr>Destinations</a>
599
+ </li>
600
+ <li class=" tsd-kind-property tsd-parent-kind-class">
601
+ <a href="client.Ngrok.html#eventSources" class="tsd-kind-icon">event<wbr>Sources</a>
602
+ </li>
603
+ <li class=" tsd-kind-property tsd-parent-kind-class">
604
+ <a href="client.Ngrok.html#eventStreams" class="tsd-kind-icon">event<wbr>Streams</a>
605
+ </li>
606
+ <li class=" tsd-kind-property tsd-parent-kind-class">
607
+ <a href="client.Ngrok.html#eventSubscriptions" class="tsd-kind-icon">event<wbr>Subscriptions</a>
608
+ </li>
609
+ <li class=" tsd-kind-property tsd-parent-kind-class">
610
+ <a href="client.Ngrok.html#ipPolicies" class="tsd-kind-icon">ip<wbr>Policies</a>
611
+ </li>
612
+ <li class=" tsd-kind-property tsd-parent-kind-class">
613
+ <a href="client.Ngrok.html#ipPolicyRules" class="tsd-kind-icon">ip<wbr>Policy<wbr>Rules</a>
614
+ </li>
615
+ <li class=" tsd-kind-property tsd-parent-kind-class">
616
+ <a href="client.Ngrok.html#ipRestrictions" class="tsd-kind-icon">ip<wbr>Restrictions</a>
617
+ </li>
618
+ <li class=" tsd-kind-property tsd-parent-kind-class">
619
+ <a href="client.Ngrok.html#pointcfgModule" class="tsd-kind-icon">pointcfg<wbr>Module</a>
620
+ </li>
621
+ <li class=" tsd-kind-property tsd-parent-kind-class">
622
+ <a href="client.Ngrok.html#reservedAddrs" class="tsd-kind-icon">reserved<wbr>Addrs</a>
623
+ </li>
624
+ <li class=" tsd-kind-property tsd-parent-kind-class">
625
+ <a href="client.Ngrok.html#reservedDomains" class="tsd-kind-icon">reserved<wbr>Domains</a>
626
+ </li>
627
+ <li class=" tsd-kind-property tsd-parent-kind-class">
628
+ <a href="client.Ngrok.html#sshCertificateAuthorities" class="tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities</a>
629
+ </li>
630
+ <li class=" tsd-kind-property tsd-parent-kind-class">
631
+ <a href="client.Ngrok.html#sshCredentials" class="tsd-kind-icon">ssh<wbr>Credentials</a>
632
+ </li>
633
+ <li class=" tsd-kind-property tsd-parent-kind-class">
634
+ <a href="client.Ngrok.html#sshHostCertificates" class="tsd-kind-icon">ssh<wbr>Host<wbr>Certificates</a>
635
+ </li>
636
+ <li class=" tsd-kind-property tsd-parent-kind-class">
637
+ <a href="client.Ngrok.html#sshUserCertificates" class="tsd-kind-icon">ssh<wbr>User<wbr>Certificates</a>
638
+ </li>
639
+ <li class=" tsd-kind-property tsd-parent-kind-class">
640
+ <a href="client.Ngrok.html#tlsCertificates" class="tsd-kind-icon">tls<wbr>Certificates</a>
641
+ </li>
642
+ <li class=" tsd-kind-property tsd-parent-kind-class">
643
+ <a href="client.Ngrok.html#tunnelSessions" class="tsd-kind-icon">tunnel<wbr>Sessions</a>
644
+ </li>
645
+ <li class=" tsd-kind-property tsd-parent-kind-class">
646
+ <a href="client.Ngrok.html#tunnels" class="tsd-kind-icon">tunnels</a>
647
+ </li>
648
+ </ul>
649
+ </li>
650
+ </ul>
651
+ <ul class="after-current">
652
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
653
+ <a href="../interfaces/client.NgrokConfig.html" class="tsd-kind-icon">Ngrok<wbr>Config</a>
654
+ </li>
655
+ </ul>
656
+ </nav>
657
+ </div>
658
+ </div>
659
+ </div>
660
+ <footer class="with-border-bottom">
661
+ <div class="container">
662
+ <h2>Legend</h2>
663
+ <div class="tsd-legend-group">
664
+ <ul class="tsd-legend">
665
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
666
+ <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
667
+ <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
668
+ </ul>
669
+ <ul class="tsd-legend">
670
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
671
+ </ul>
672
+ </div>
673
+ </div>
674
+ </footer>
675
+ <div class="container tsd-generator">
676
+ <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
677
+ </div>
678
+ <div class="overlay"></div>
679
+ <script src="../assets/js/main.js"></script>
680
+ </body>
681
+ </html>