SuperTokensInterceptorWrapper class

Constructors

SuperTokensInterceptorWrapper({required dynamic client})

Properties

client → dynamic
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
userSetCookie ↔ dynamic
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onRequest(dynamic options, dynamic handler) → void
onResponse(dynamic response, dynamic handler) → void
saveTokensFromHeaders(dynamic response) Future<void>
shouldRunDioInterceptor(dynamic options) bool
toString() String
A string representation of this object.
inherited

Operators

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