AuthHandler class
Allows to process AuthorizationRequest protocol message and produce JWZ response.
AuthHandler implements IAuthHandler interface
Signature:
export declare class AuthHandler implements IAuthHandler
Implements: IAuthHandler
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(_packerMgr, _proofService) | Creates an instance of AuthHandler. |
Methods
| Method | Modifiers | Description |
|---|---|---|
| handleAuthorizationRequest(did, request, opts) | unpacks authorization request and packs authorization response | |
| parseAuthorizationRequest(request) | unpacks authorization request |