pub fn app_jwt(app_id: &str, pem: &Path) -> Result<String, String>Expand description
Mints a short-lived (9 min) App JWT for app_id, signing with the
RS256 key at pem via the openssl binary.
ยงErrors
Human-readable failure of the temp I/O or openssl invocation.