AuthToken class

harmony_auth token pair

Constructors

AuthToken({required String refresh, required String access, dynamic extra})
const

Properties

access String
access token
final
extra → dynamic
extra data.
final
hashCode int
The hash code for this object.
no setteroverride
refresh String
refresh token
final
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
toString() String
A string representation of this object.
override

Operators

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