Constructors

Properties

api: ObservableAuthenticationApi

Methods

  • Get the jwks.json file. You can use the jwks.json file to verify the signature of a JWT token issued by Openfort Auth. Get the jwks.json file.

    Parameters

    • publishableKey: string

      Specifies the project publishable key (starts with pk_).

    • Optional _options: Configuration

    Returns Promise<JwtKeyResponse>