HmacSha256JwtAlgorithmConfiguration constructor

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

Create a new HMAC SHA-256 JWT algorithm configuration.

Implementation

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