authApi abstract method

Future<bool> authApi()

Checks if the current API request is authenticated.

This method should be implemented to handle API authentication and return true if the request is authenticated.

Implementation

Future<bool> authApi();