vaultrs::token

Function renew_self

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

Renews the token being sent in the header of this request

See RenewTokenSelfRequest