HmacSha512JwtAlgorithmConfiguration constructor

const HmacSha512JwtAlgorithmConfiguration({
  1. required SecretKey key,
})

Create a new HMAC SHA-512 JWT algorithm configuration.

Implementation

const HmacSha512JwtAlgorithmConfiguration({
  required this.key,
});