AuthCredentialResponse class

Annotations
  • @freezed

Constructors

AuthCredentialResponse({@JsonKey(name: 'customToken') String? customToken, @JsonKey(name: 'id_token') String? idToken, @JsonKey(name: 'expires_in') String? expiresIn, @JsonKey(name: 'refresh_token') String? refreshToken, @JsonKey(name: 'uid') String? uid, @JsonKey(name: 'is_admin') bool? isAdmin, @JsonKey(name: 'is_anonymous') bool? isAnonymous, @JsonKey(name: 'can_experiment') bool? canExperiment, @JsonKey(name: 'change_pin') bool? isChangePin})
factory
AuthCredentialResponse.fromJson(Map<String, dynamic> json)
factory

Properties

canExperiment bool?
no setterinherited
copyWith → $AuthCredentialResponseCopyWith<AuthCredentialResponse>
no setterinherited
customToken String?
no setterinherited
expiresIn String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
idToken String?
no setterinherited
isAdmin bool?
no setterinherited
isAnonymous bool?
no setterinherited
isChangePin bool?
no setterinherited
refreshToken String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited