MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / PinDeniedFrame

Class PinDeniedFrame

python/src/cmdop/streaming.py:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83@dataclass
84class PinDeniedFrame:
85 type: Literal["pin_denied"]
86 challenge_id: str
87 reason: str
88
89
90@dataclass

Callers 1

_frame_from_envelopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected