AAM Framework Manager does not handle the errors properly. For instance, by executing the following code with user ID that does not exist, the result will be uncatched exception:
AAM::api()->jwts('user:99999', [ 'error_handling' => 'wp_error' ])->validate('XXXXXX');
The correct result of such execution should be an instance of WP_Error.