Dump the account credentials to a JSON string.
(&self)
| 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 { |
no outgoing calls
no test coverage detected