[][src]Function firestore_db_and_auth::jwt::download_google_jwks

pub fn download_google_jwks(
    account_mail: &str
) -> Result<JWKSetDTO, FirebaseError>

Download the Google JWK Set for a given service account. The resulting set of JWKs need to be added to a credentials object for jwk verifications.