JWTSigner class abstract

Signer interface for JWT.

Implementers

Constructors

JWTSigner()

Properties

algorithm String
The algorithm of this signer.
no setter
hashCode int
The hash code for this object.
no setterinherited
kid String?
Optinal kid header to set in the signed token.
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
sign(List<int> body) List<int>
toString() String
A string representation of this object.
inherited
verify(List<int> body, List<int> signature) bool

Operators

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