pub async fn read_external_account_secret<P: AsRef<Path>>(
path: P,
) -> Result<ExternalAccountSecret>
Expand description
Read an external account secret from a JSON file.
pub async fn read_external_account_secret<P: AsRef<Path>>(
path: P,
) -> Result<ExternalAccountSecret>
Read an external account secret from a JSON file.