Method: NgrokAPI::Client#credentials
- Defined in:
- lib/ngrokapi/client.rb
#credentials ⇒ NgrokAPI::Services::CredentialsClient
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.
82 83 84 |
# File 'lib/ngrokapi/client.rb', line 82 def credentials @_credentials ||= NgrokAPI::Services::CredentialsClient.new(client: @client) end |