pub async fn enable(
client: &impl Client,
path: &str,
engine_type: &str,
opts: Option<&mut EnableAuthRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Enables an auth engine at the given path
pub async fn enable(
client: &impl Client,
path: &str,
engine_type: &str,
opts: Option<&mut EnableAuthRequestBuilder>,
) -> Result<(), ClientError>
Enables an auth engine at the given path