Skip to main content

lookup

Method
This is a method of the SessionBindingProtocol class in the protocols module.
Look up the principal bound to a session.

Signature

Parameters

str
required
Session identifier to look up

Returns

Optional[Dict[str, Any]]
Principal information if found, None otherwise

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 2257