Interface AuthProvider

Authentication provider that manages access tokens for users.

Remarks

There are two build-in authentication provider implementations:

If these implementations do not meet your needs, you can create your own provider, for example, a Redis-based one, that can share auth data between separate processes.

Hierarchy

  • AuthProvider

Implemented by

Properties

clientId: string

The client ID.

Methods

Generated using TypeDoc