vaultrs::auth::oidc::config

Function read

source
pub async fn read(
    client: &impl Client,
    mount: &str,
) -> Result<ReadConfigurationResponse, ClientError>
Expand description

Read the configuration of the mounted KV engine

See ReadConfigurationResponse