Properties
-
copyWith
→ $RefreshResponseCopyWith<RefreshResponse>
-
Create a copy of RefreshResponse
with the given fields replaced by the non-null parameter values.
no setterinherited
-
expires_in
→ String
-
The number of seconds in which the ID token expires.
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id_token
→ String
-
A Firebase Auth ID token.
no setterinherited
-
project_id
→ String
-
Your Firebase project ID.
no setterinherited
-
refresh_token
→ String
-
The Firebase Auth refresh token provided in the request or a new refresh
token.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
token_type
→ String
-
no setterinherited
-
user_id
→ String
-
The uid corresponding to the provided ID token.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this RefreshResponse to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited