(
&self,
_: tonic::Request<openshell_core::proto::ConfigureProviderRefreshRequest>,
)
| 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, |
no outgoing calls
no test coverage detected