Options
All
  • Public
  • Public/Protected
  • All
Menu

Class responsible for verification of JWTs.

Hierarchy

  • JwtVerifier

Index

Constructors

constructor

Properties

accessTokenSigner

accessTokenSigner: IAccessTokenSigner

apiKeyId

apiKeyId: string

apiPublicKey

apiPublicKey: IPublicKey

Methods

verifyToken

  • verifyToken(token: Jwt): boolean
  • Verifies the validity of the given JWT.

    Parameters

    • token: Jwt

      The JWT to verify.

    Returns boolean