Class: McpToolkit::Auth::Authenticator::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/mcp_toolkit/auth/authenticator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#introspectionObject

Returns the value of attribute introspection

Returns:

  • (Object)

    the current value of introspection



26
27
28
# File 'lib/mcp_toolkit/auth/authenticator.rb', line 26

def introspection
  @introspection
end

#scope_rootObject

Returns the value of attribute scope_root

Returns:

  • (Object)

    the current value of scope_root



26
27
28
# File 'lib/mcp_toolkit/auth/authenticator.rb', line 26

def scope_root
  @scope_root
end