GetNotificationChannelVerificationCodeResponse class
The GetNotificationChannelVerificationCode request.
Constructors
Properties
- code ↔ String
-
The verification code, which may be used to verify other channels that
have an equivalent identity (i.e. other channels of the same type with the
same fingerprint such as other email channels with the same email address
or other sms channels with the same number).
read / write
- expireTime ↔ String
-
The expiration time associated with the code that was returned. If an
expiration was provided in the request, this is the minimum of the
requested expiration in the request and the max permitted expiration.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited