vaultrs::sys::wrapping

Function unwrap

source
pub async fn unwrap<D: DeserializeOwned>(
    client: &impl Client,
    token: Option<&str>,
) -> Result<D, ClientError>
Expand description

Unwraps a token wrapped response

See UnwrapRequest