fn parse_rbac_token(token: &str) -> Result<(String, String), &'static str>
Parses a V1#<appid>#<wolf_token> rbac token into (appid, wolf_token). Errors on the wrong version prefix or the wrong number of # segments.
V1#<appid>#<wolf_token>
(appid, wolf_token)
#