The result of validating a username against one or more rules.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Example
Properties
Indicates whether the username passed all validation rules.
An array of UsernameValidationError objects representing
the individual rules that failed, if any.This array is empty if UsernameValidationResult.isValid is
true.