JWTAuthProvider class

Inheritance

Constructors

JWTAuthProvider(RequestHandler internal, {String prefix = 'Bearer ', String? issuer, String? audience, RSAPublicKey? publicKey, bool requireAuthorization = true})

Properties

audience String?
final
hashCode int
The hash code for this object.
no setterinherited
internal → RequestHandler
finalinherited
issuer String?
final
prefix String
final
publicKey → RSAPublicKey?
final
requireAuthorization bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorizeRequest(ApiRequest request) Future<Session?>
override
handleRequest(ApiRequest request) Future<ApiResponse>
inherited
next(ApiRequest request) Future<ApiResponse>
inherited
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