GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent class
Details on a phone authentication event
Constructors
- GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent.new({String? eventTime, String? phoneNumber})
- GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent.fromJson(Map json_)
Properties
- eventTime ↔ String?
-
The time at which the multi-factor authentication event (challenge or
verification) occurred.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber ↔ String?
-
Phone number in E.164 format for which a multi-factor authentication
challenge was initiated, succeeded, or failed.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited