Skip to main content

create_api_token_from_ssh_key

Function create_api_token_from_ssh_key 

Source
pub fn create_api_token_from_ssh_key(
    user_ssh_key: &PrivateKey,
    local_id: EndpointId,
    max_age: Duration,
    capability: Caps,
) -> Result<Rcan<Caps>>
Expand description

Create an rcan token for the api access.