Description Usage Arguments Details
Manages operators.
1 2 3 4 5 | get_new_token(token, timeout)
change_password(token, current, new)
get_support_token(token)
|
token |
Your API token. |
timeout |
The timeout duration of the request token. See details. |
current |
Current password. |
new |
New password. |
new
must satisfy some criteria.
See https://console.soracom.io/#/signup for details.
When timeout
is given in numeric format, it is interpret as integer.
If another format is given, the function tries to convert it into seconds.
For example, if the value is "2 hours" in character, it will be 7200 (secs).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.