alphanumeric property

bool? alphanumeric
final

Optional flag to specify if the OTP code should be alphanumeric (Crockford’s Base32). If set to false, OTP code will only be numeric. Default = true

Implementation

final bool? alphanumeric;