BaiduAuth class

Constructors

BaiduAuth({required int expiresIn, required String refreshToken, required String accessToken, required String sessionSecret, required String sessionKey, required String scope})

Properties

accessToken String
final
expiresIn int
final
hashCode int
The hash code for this object.
no setterinherited
refreshToken String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
final
sessionKey String
final
sessionSecret String
final

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.
override

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) BaiduAuth