pub fn app_jwt(app_id: &str, pem: &[u8], now_secs: u64) -> Result<String, Error>
Sign a GitHub App JWT (RS256) for app_id with the RSA private key pem.
app_id
pem