class documentation

class OperationToken: (source)

Constructor: OperationToken.decode(token)

View In Hierarchy

Serializable token identifying a Nexus operation target.

Class Method decode Decodes and validates a token from its base64url-encoded string representation.
Method encode Convert handle to a base64url-encoded token string.
Class Variable namespace Undocumented
Class Variable type Undocumented
Class Variable version Undocumented
Class Variable workflow_id Undocumented
def decode(cls, token: str) -> Self: (source)

Decodes and validates a token from its base64url-encoded string representation.

def encode(self) -> str: (source)

Convert handle to a base64url-encoded token string.

namespace: str = (source)

Undocumented

version: int | None = (source)

Undocumented

workflow_id: str = (source)

Undocumented