pub(crate) fn parse_jwt_and_key_from_creds( contents: &str, ) -> Result<(Option<String>, Option<Arc<KeyPair>>)>