Skip to main content

REQUESTOR_TOKEN_REGEX

Constant REQUESTOR_TOKEN_REGEX 

Source
const REQUESTOR_TOKEN_REGEX: &str = r"^[a-z0-9A-Z]{20}$";
Expand description