allowedCharactersPattern property

Pattern? allowedCharactersPattern
final

A pattern of the allowed characters in the verification code input.

This value must be synchronized with the server-side configuration. If not provided, will restrict to the default configuration of the server, which allows only lowercase alphanumeric characters and excludes visually similar characters like 0, O, 1, l.

Implementation

final Pattern? allowedCharactersPattern;