class Doorkeeper::OAuth::TokenIntrospection

def authorized_token_matches_introspected?

RFC7662 Section 2.1
def authorized_token_matches_introspected?
  authorized_token.token == @token&.token
end