pub const TOKEN_PREFIX: &str = "umbral_";Expand description
The token prefix. Lets a developer eyeball that a 50-char string
is an umbral bearer token (the same trick GitHub uses with ghp_).
Also lets log scrubbers grep for accidentally-committed tokens.