pub fn split_token(token: &str) -> Option<(&str, &str)>
Split a {prefix}.{secret} token. Returns None for malformed input.
{prefix}.{secret}
None