OAUTH_CLAIMNAME_RE

Static OAUTH_CLAIMNAME_RE 

Source
pub static OAUTH_CLAIMNAME_RE: LazyLock<Regex>
Expand description

Must not contain whitespace. Allows “abcd”, “abcd:efgh”, but “:” and “-” need to be separating groups of characters, and are not able to be leading or trailing.