GoogleCloudIdentitytoolkitV1SignUpResponse class
Response message for SignUp.
Constructors
- GoogleCloudIdentitytoolkitV1SignUpResponse({String? displayName, String? email, String? expiresIn, String? idToken, String? kind, String? localId, String? refreshToken})
- GoogleCloudIdentitytoolkitV1SignUpResponse.fromJson(Map json_)
Properties
- displayName ↔ String?
- 
  The created user's display name.
  getter/setter pair
- email ↔ String?
- 
  The created user's email.
  getter/setter pair
- expiresIn ↔ String?
- 
  The number of seconds until the ID token expires.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- idToken ↔ String?
- 
  An Identity Platform ID token for the created user.
  getter/setter pair
- kind ↔ String?
- 
  
  getter/setter pair
- localId ↔ String?
- 
  The ID of the created user.
  getter/setter pair
- refreshToken ↔ String?
- 
  An Identity Platform refresh token for the created 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