menu
corsac_jwt package
documentation
corsac_jwt.dart
JWTSigner class
JWTSigner class
dark_mode
light_mode
JWTSigner
class
abstract
Signer interface for JWT.
Implementers
JWTHmacSha256Signer
JWTRsaSha256Signer
Constructors
JWTSigner
()
Properties
algorithm
→
String
The algorithm of this signer.
no setter
hashCode
→
int
The hash code for this object.
no setter
inherited
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 setter
inherited
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
corsac_jwt package
documentation
corsac_jwt
JWTSigner class
corsac_jwt library