A function used to authenticate a request in the application. Given the request's context, this function should return an object containing either user or app information if valid, or throw NBErrors if invalid.
secrets used to authenticate the request
the request's context
Generated using TypeDoc
A function used to authenticate a request in the application. Given the request's context, this function should return an object containing either user or app information if valid, or throw NBErrors if invalid.