HmacSha512JwtAlgorithmConfiguration class final

HMAC SHA-512 JWT algorithm configuration.

Implemented types

Constructors

HmacSha512JwtAlgorithmConfiguration({required SecretKey key})
Create a new HMAC SHA-512 JWT algorithm configuration.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key SecretKey
The secret key to use for the HMAC SHA-512 algorithm.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationKey → JWTKey
The key used to verify the JWT tokens.
no setteroverride

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