getVerificationEmailInfo method

Map<String, dynamic> getVerificationEmailInfo()

Get verification email template info

Implementation

Map<String, dynamic> getVerificationEmailInfo() {
  return {
    'codeLength': 6,
    'codeType': 'numeric',
    'expiryMinutes': 15,
    'resendDelaySeconds': 60,
    'maxAttempts': 3,
  };
}