AccessTokenInfo class
Accurate access token information from UserApi.accessTokenInfo().
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
- AccessTokenInfo.new(int appId, int? id, int expiresIn)
-
AccessTokenInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appId ↔ int
-
id of app this token belongs to.
getter/setter pair
- expiresIn ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
id of user this access token belongs to.
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