class ApiTokenPolicy
Determine if the given user can create API tokens.
Determine if the given token can be deleted by the user.
bool create(User $user)
bool destroy(User $user, ApiToken $token)