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