SessionIoAuthHeader class

Reads and writes session data from authorization header

Implemented types

Constructors

SessionIoAuthHeader({String scheme = 'Bearer'})
Constructs a new SessionIoAuthHeader
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
Scheme of authorization header where session shall be stored
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(ExpressRequest ctx) String?
Reads the session data from authorization header
override
toString() String
A string representation of this object.
inherited
write(ExpressResponse ctx, String session) → void
Writes session data to authorization header
override

Operators

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