authorize abstract method

Future<bool> authorize()

Called to authorize a request if the request requires authentication.

Returning true means the request should be authorized, false means authorization failed.

Implementation

Future<bool> authorize();