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