MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / configure_provider_refresh

Method configure_provider_refresh

crates/openshell-cli/tests/mtls_integration.rs:265–270  ·  view source on GitHub ↗
(
        &self,
        _: tonic::Request<openshell_core::proto::ConfigureProviderRefreshRequest>,
    )

Source from the content-addressed store, hash-verified

263 }
264
265 async fn configure_provider_refresh(
266 &self,
267 _: tonic::Request<openshell_core::proto::ConfigureProviderRefreshRequest>,
268 ) -> Result<Response<openshell_core::proto::ConfigureProviderRefreshResponse>, Status> {
269 Err(Status::unimplemented("unused"))
270 }
271
272 async fn rotate_provider_credential(
273 &self,

Callers 2

provider_refresh_configFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected