langchain_core.load.serializable
.SerializedSecret¶
- class langchain_core.load.serializable.SerializedSecret[source]¶
Serialized secret.
- Parameters
type – The type of the object. Must be “secret”.
- lc: int¶
- id: List[str]¶
- name: NotRequired[str]¶
- graph: NotRequired[Dict[str, Any]]¶
- type: Literal['secret']¶