GQLAuthProvider class abstract
Contract for providing authentication headers Implement this interface to provide custom auth headers
Constructors
Properties
- getToken → TokenCallback
-
Get the token/value for this header
Return null or empty string if no token is available
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerKey → String
-
The header key (e.g., 'Authorization', 'x-tenant-id', 'Origin')
no setter
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited