pub fn parse_service_account_key<S: AsRef<[u8]>>(
    key: S
) -> Result<ServiceAccountKey>
Expand description

Read a service account key from a JSON string.