GoogleCloudIdentitytoolkitV1GetOobCodeResponse class
Response message for GetOobCode.
Constructors
- GoogleCloudIdentitytoolkitV1GetOobCodeResponse({String? email, String? kind, String? oobCode, String? oobLink})
- GoogleCloudIdentitytoolkitV1GetOobCodeResponse.fromJson(Map _json)
Properties
- email ↔ String?
-
If return_oob_link is false in the request, the email address the
verification was sent to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
getter/setter pair
- oobCode ↔ String?
-
If return_oob_link is true in the request, the OOB code to send.
getter/setter pair
- oobLink ↔ String?
-
If return_oob_link is true in the request, the OOB link to be sent to the
user.
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