Skip to main content

created_api_key_table

Function created_api_key_table 

Source
pub fn created_api_key_table(key: &CreateApiKeyResponse) -> Table
Expand description

Render a freshly created API key, including its one-time raw secret.

This is the only place the raw key is ever rendered: the API returns it once at creation and never again, so withholding it would make the command useless.