class Aws::Signin::Endpoints::IntrospectOAuth2TokenWithIAM

def self.build(context)

def self.build(context)
  Aws::Signin::EndpointParameters.create(
    context.config,
    is_o_auth_endpoint: true,
  )
end