Module ngrok_api::credentials
source · Expand description
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 the ngrok.yml
configuration file with the authtoken
property.
Structs§
- 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. - Provides streams of pages of types::CredentialList, or of types::Credential directly.