Authentication class abstract

Authentication

Properties:

  • email - The email address where the one-time password (OTP) is sent.
  • password - The password used for 3D Secure password-based authentication. The value must be between 1 to 30 characters and must only contain the following supported characters. * Characters between a-z, A-Z, and 0-9 * Special characters: äöüßÄÖÜ+-*_/ç%()=?!~#'",;:$&àùòâôûáúó
  • phone - The phone number where the one-time password (OTP) is sent. This object must have: * A type set to mobile. * A number with a valid country code. * A number with more than 4 digits, excluding the country code. >Make sure to verify that the card user owns the phone number.
Annotations
  • @BuiltValue.new()

Constructors

Authentication([void updates(AuthenticationBuilder b)])
factory

Properties

email String?
The email address where the one-time password (OTP) is sent.
no setter
hashCode int
The hash code for this object.
no setterinherited
password String?
The password used for 3D Secure password-based authentication. The value must be between 1 to 30 characters and must only contain the following supported characters. * Characters between a-z, A-Z, and 0-9 * Special characters: äöüßÄÖÜ+-*_/ç%()=?!~#'",;:$&àùòâôûáúó
no setter
phone Phone?
The phone number where the one-time password (OTP) is sent. This object must have: * A type set to mobile. * A number with a valid country code. * A number with more than 4 digits, excluding the country code. >Make sure to verify that the card user owns the phone number.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AuthenticationBuilder)) Authentication
Rebuilds the instance.
inherited
toBuilder() AuthenticationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Authentication>
no setter