Module remoteit_api::credentials

source ·
Expand description

This module is related to loading remote.it credentials from the user’s home directory. This is of course not the most secure way to store credentials, but it is the most convenient and recommended by remote.it. If you store your credentials in a different way, you can pass them to the functions in this module directly instead of using this module to load them.

Structs§

  • Credentials for the remote.it API. Remote.it credentials consist of an access key ID and a base64 encoded secret access key.
  • Use builder syntax to set the required parameters and finish by calling the method Self::build().