GoogleCloudIdentitytoolkitV1VerifyIosClientRequest class
Request message for VerifyIosClient
Constructors
- GoogleCloudIdentitytoolkitV1VerifyIosClientRequest({String? appToken, bool? isSandbox})
- GoogleCloudIdentitytoolkitV1VerifyIosClientRequest.fromJson(Map json_)
Properties
- appToken ↔ String?
- 
  A device token that the iOS client gets after registering to APNs (Apple
Push Notification service).
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isSandbox ↔ bool?
- 
  Whether the app token is in the iOS sandbox.
  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