class Doorkeeper::OAuth::TokenIntrospection

def authorized_client

Client Authentication
def authorized_client
  @authorized_client ||= server.credentials && server.client
end