Constructors
ControllerJOSEModule()
Properties
Methods
_configure(): Promise<TJoseModuleConfig>
The _configure
function returns a promise that resolves with a configuration object for the Jose
module.
_preflight(): Promise<void>
The function _preflight
generates a signed and encrypted JSON Web Token (JWT) using a given
payload and audience.
_startup(): Promise<void>
The _startup
function is an asynchronous function that delays execution for 100 milliseconds
before returning.
_stop(): Promise<void>
The _stop
function is an asynchronous function that waits for 100 milliseconds before returning a
promise that resolves to void
.
Constructors
ControllerJOSEModule()
Properties
Methods
_configure(): Promise<TJoseModuleConfig>
The _configure
function returns a promise that resolves with a configuration object for the Jose
module.
_preflight(): Promise<void>
The function _preflight
generates a signed and encrypted JSON Web Token (JWT) using a given
payload and audience.
_startup(): Promise<void>
The _startup
function is an asynchronous function that delays execution for 100 milliseconds
before returning.
_stop(): Promise<void>
The _stop
function is an asynchronous function that waits for 100 milliseconds before returning a
promise that resolves to void
.