Class: McpToolkit::Auth::Authenticator::Context
- Inherits:
-
Struct
- Object
- Struct
- McpToolkit::Auth::Authenticator::Context
- Defined in:
- lib/mcp_toolkit/auth/authenticator.rb
Instance Attribute Summary collapse
-
#introspection ⇒ Object
Returns the value of attribute introspection.
-
#scope_root ⇒ Object
Returns the value of attribute scope_root.
Instance Attribute Details
#introspection ⇒ Object
Returns the value of attribute introspection
26 27 28 |
# File 'lib/mcp_toolkit/auth/authenticator.rb', line 26 def introspection @introspection end |
#scope_root ⇒ Object
Returns the value of attribute scope_root
26 27 28 |
# File 'lib/mcp_toolkit/auth/authenticator.rb', line 26 def scope_root @scope_root end |