Unauthorizes the user by clearing tokens.
@override Future<bool> unAuthorize() async { return await authHandler.unAuthorize(); }