secret property

JWTKey secret
final

The secret to use for verifying the JWT

It must be one of the following:

  • SecretKey with HMAC algorithm
  • RSAPublicKey with RSA algorithm
  • ECPublicKey with ECDSA algorithm
  • EdDSAPublicKey with EdDSA algorithm

Implementation

final JWTKey secret;