Session class

Constructors

Session.new({required String provider, required String key})

Properties

accessJwt String?
getter/setter pair
actor ProfileViewDetailed?
getter/setter pair
did String?
getter/setter pair
email String?
getter/setter pair
get Map
no setter
handle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String
getter/setter pair
provider String
getter/setter pair
refreshJwt String?
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
remove() → void
set(Map item) → void
setTokens(String did, String handle, String email, String accessJwt, String refreshJwt) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

model Map
no setter

Static Methods

create({String? provider, String? key}) Session