AuthPlugin
AuthPlugin provides authentication and authorization context for node execution.
Attributes
attribute
name= 'AuthPlugin'
attribute
applies_to= ['Node', 'LLMNode', 'ToolNode']
attribute
registered_kinds= ['ServiceAccount']
attribute
field_name= 'auth'
attribute
field_type= AuthFieldSpec
Functions
func
validatevalidate(self, /, spec_data) -> Any
param
selfparam
spec_dataAny
Returns
Any
func
get_execution_stateget_execution_state(self, /, component, state, registry) -> dict[str, Any]
param
selfparam
componentComponent[Any]
param
statedict[str, Any]
param
registryRegistry
Returns
dict[str, Any]
Last updated on