algorithm property

JwtAlgorithm algorithm
final

The algorithm used to sign and verify the JWT tokens.

Supported options are HmacSha256, HmacSha512, and EcdsaSha512.

Implementation

final JwtAlgorithm algorithm;