IAuthHandler interface
Interface that allows the processing of the authorization request in the raw format for given identifier
IAuthHandler
Signature:
export interface IAuthHandler
Methods
Method | Description |
---|---|
handleAuthorizationRequest(did, request, opts) | unpacks authorization request |
parseAuthorizationRequest(request) | unpacks authorization request |