vaultrs::token

Function renew_accessor

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

Renews the token by its accessor ID

See RenewTokenAccessorRequest