InternalJwtIssuer

source

Issues signed JWTs that are suitable for authentication against internal API services.

Constructors

new InternalJwtIssuer(): InternalJwtIssuer

Properties

readonlysecretProvider: InternalJwtSecretProvidersource

Methods

Instance methods

issueForSubjectAndAudience(sub: Id, audience: string | string[], maxAgeSecs: number, impersonateUser: Id): Promise<string>source