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

Method as_str

crates/openshell-cli/src/main.rs:698–704  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

696
697impl CliProviderRefreshStrategy {
698 fn as_str(&self) -> &'static str {
699 match self {
700 Self::Oauth2RefreshToken => "oauth2_refresh_token",
701 Self::Oauth2ClientCredentials => "oauth2_client_credentials",
702 Self::GoogleServiceAccountJwt => "google_service_account_jwt",
703 }
704 }
705}
706
707impl OutputFormat {

Callers 15

oidc_browser_auth_flowFunction · 0.45
mainFunction · 0.45
with_isolated_cli_envFunction · 0.45
forward_probe_hostFunction · 0.45
jwt_preferred_usernameFunction · 0.45
http_health_checkFunction · 0.45
service_forward_tcpFunction · 0.45
read_gcloud_adcFunction · 0.45
sandbox_logsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_env_withFunction · 0.36
isolated_gateway_add_envFunction · 0.36