Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthenticationApi

Index

Constructors

  • new AuthenticationApi(configuration: Configuration, requestFactory?: AuthenticationApiRequestFactory, responseProcessor?: AuthenticationApiResponseProcessor): AuthenticationApi

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>

Generated using TypeDoc