MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / dump_credentials

Method dump_credentials

certbot/src/acme_client.rs:115–117  ·  view source on GitHub ↗

Dump the account credentials to a JSON string.

(&self)

Source from the content-addressed store, hash-verified

113
114 /// Dump the account credentials to a JSON string.
115 pub fn dump_credentials(&self) -> Result<String> {
116 Ok(serde_json::to_string(&self.credentials)?)
117 }
118
119 /// Read the account ID from the encoded credentials.
120 pub fn account_id(&self) -> &str {

Callers 2

create_new_accountFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected