Password Validator v0.1.1 PasswordValidator.Validators.CharacterSetValidator.Config View Source

Link to this section Summary

Link to this section Types

Link to this type keys() View Source
keys() :: :upper_case | :lower_case | :numbers | :special

Link to this section Functions

Link to this function from_options(opts) View Source
from_options([{atom, any}]) :: %PasswordValidator.Validators.CharacterSetValidator.Config{allowed_special_characters: term, lower_case: term, numbers: term, special: term, upper_case: term}