Function yup_oauth2::parse_service_account_key
source ยท pub fn parse_service_account_key<S: AsRef<[u8]>>(
key: S,
) -> Result<ServiceAccountKey>
Expand description
Read a service account key from a JSON string.
pub fn parse_service_account_key<S: AsRef<[u8]>>(
key: S,
) -> Result<ServiceAccountKey>
Read a service account key from a JSON string.