pub fn validate_client_identifier(id: &str) -> Result<(), IdentifierError>
Expand description

Default validator function for Client identifiers.

A valid identifier must be between 9-64 characters and only contain lowercase alphabetic characters,