Description Usage Arguments Value Examples
Create authorization string for HCP access
authString
Creates encoded authorization string using base64enc and digest packages
1 | authString(username, password)
|
username |
username authorized for namespace |
password |
password for username |
returns authorization text string to be included Http header
1 | authString(readline("username - "),readline("password - "))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.