AuthPlugin
AuthPlugin provides authentication and authorization context for node execution.
Attributes
attributename= 'AuthPlugin'attributeapplies_to= ['Node', 'LLMNode', 'ToolNode']attributeregistered_kinds= ['ServiceAccount']attributefield_name= 'auth'attributefield_type= AuthFieldSpecFunctions
funcvalidatevalidate(self, /, spec_data) -> Anyparamselfparamspec_dataAnyReturns
Anyfuncget_execution_stateget_execution_state(self, /, component, state, registry) -> dict[str, Any]paramselfparamcomponentComponent[Any]paramstatedict[str, Any]paramregistryRegistryReturns
dict[str, Any]Last updated on