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