Module: lib/operations/tokens

Module with api tokens endpoint handlers

Source:
Tutorials:

Methods

(inner) deleteAuthToken(req, res, operationId, callback)

Deletes an authentication token of an originator

Parameters:
Name Type Description
req Object

the http request

res Object

the http response

operationId string

the operation id as defined in the openapi definition

callback logEndpointEventCb
Source:

(inner) getAuthToken(req, res, operationId, callback)

Checks for an authentication token of an originator

Parameters:
Name Type Description
req Object

the http request

res Object

the http response

operationId string

the operation id as defined in the openapi definition

callback logEndpointEventCb
Source:

(inner) storeAuthToken(req, res, operationId, callback)

Stores an authentication token for an originator

Parameters:
Name Type Description
req Object

the http request

res Object

the http response

operationId string

the operation id as defined in the openapi definition

callback logEndpointEventCb
Source: