The response given after an unsuccessful IAuthorizeRequest.
An example unauthorized response:
{ type: 'authorization:unauthorize', errorInformation: 'Expired or invalid token.' }
Details regarding information on why the request failed.
Will always be UNAUTHORIZED_TYPE.
Generated using TypeDoc
The response given after an unsuccessful IAuthorizeRequest.
An example unauthorized response:
{ type: 'authorization:unauthorize', errorInformation: 'Expired or invalid token.' }