docs
API Reference
Uterm API Reference
Welcome to the API reference for the Uterm SDKs.
docs
C# API
C# API
ControlFrameDecoder
public class ControlFrameDecoder
docs
Go API
Go API
ProtocolError
type ProtocolError struct
ProtocolError is raised when an inline control frame is malformed.
DataChunk
type DataChunk struct
DataChunk is decoded terminal data from the inline stream.
ControlChunk
type ControlChunk struct
ControlChunk is a decoded control payload from the inline stream.
DecoderOptions
type DecoderOptions struct
DecoderOptions configure a Decoder. Zero values select the defaults.
Decoder
type Decoder struct
Decoder incrementally decodes the inline DLE/STX control-frame stream.
Screen
type Screen struct
DECSCNM is active).
docs
Python API
Python API
ResolvedIdentity
class ResolvedIdentity
An identity successfully resolved from an SSH public key.
Attributes:
subject: Opaque, consumer-defined identifier โ e.g. "player:42",
"sre:alice". The gateway never parses this; it only forwards.
claims: Free-form key/value map of additional attributes the consumer
wants to send along (groups, display name, theme, etc.).
fingerprint: The OpenSSH-style SHA256 fingerprint ("SHA256:โฆ")
that was resolved. Populated by the gateway; resolvers may leave
it empty.
SSHKeyResolver
class SSHKeyResolver
Asynchronous map from SSH public key โ application identity.