UserSession class

Shares authentication information between service classes.

Constructors

UserSession()

Properties

accessToken String?
no setter
authenticationHeaders Map<String, String>
The set of HTTP headers sent along with Nhost API calls.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session Session?
getter/setter pair

Methods

clear() → void
getClaim(String claim) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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