SignupNewUserResponse class

Response of signing up new user, creating anonymous user or anonymous user reauth.

Constructors

SignupNewUserResponse({String? displayName, String? email, String? expiresIn, String? idToken, String? kind, String? localId, String? refreshToken})
SignupNewUserResponse.fromJson(Map json_)

Properties

displayName String?
The name of the user.
getter/setter pair
email String?
The email of the user.
getter/setter pair
expiresIn String?
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
The Gitkit id token to login the newly sign up user.
getter/setter pair
kind String?
The fixed string "identitytoolkit#SignupNewUserResponse".
getter/setter pair
localId String?
The RP local ID of the user.
getter/setter pair
refreshToken String?
If idToken is STS id token, then this field will be refresh token.
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