hmacSha256 static method
Create a new HMAC SHA-256 authentication token algorithm configuration.
Implementation
static HmacSha256JwtAlgorithmConfiguration hmacSha256(
final SecretKey key,
) {
return HmacSha256JwtAlgorithmConfiguration(key: key);
}