Do not construct this object directly, use the credentials
property of an Ngrok
client object instead.
Create a new tunnel authtoken credential. This authtoken credential can be used to start a new tunnel session. The response to this API call is the only time the generated token is available. If you need it for future use, you must save it securely yourself.
Delete a tunnel authtoken credential by ID
Get detailed information about a tunnel authtoken credential
List all tunnel authtoken credentials on this account
Update attributes of an tunnel authtoken credential by ID
Generated using TypeDoc
Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the
ngrok config add-authtoken
command or by specifying it in thengrok.yml
configuration file with theauthtoken
property.