async fn GetSecretFromAir(
AirClient: &AirServiceClient<Channel>,
ExtensionIdentifier: String,
Key: String,
) -> Result<Option<String>, CommonError>Expand description
Retrieves a secret from the Air service.
async fn GetSecretFromAir(
AirClient: &AirServiceClient<Channel>,
ExtensionIdentifier: String,
Key: String,
) -> Result<Option<String>, CommonError>Retrieves a secret from the Air service.