vaultrs::token

Function renew

source
pub async fn renew(
    client: &impl Client,
    token: &str,
    increment: Option<&str>,
) -> Result<AuthInfo, ClientError>
Expand description

Renews a token

See RenewTokenRequest