@shortcut/client
    Preparing search index...

    Interface Whoami

    The entity for this response.

    interface Whoami {
        authorization?: TokenAuthorization;
        default_workflow?: WorkflowSlim;
        default_workflow_state?: WorkflowStateSlim;
        entity_type?: "whoami";
        member?: Member;
        workspace?: WorkspaceSlim;
    }
    Index

    Properties

    authorization?: TokenAuthorization

    The authorization details for the token used to authenticate this request.

    default_workflow?: WorkflowSlim

    The default Workflow for the Workspace the caller is authenticated against.

    default_workflow_state?: WorkflowStateSlim

    The default Workflow State of the Workspace's default Workflow.

    entity_type?: "whoami"

    The type of this entity.

    member?: Member

    The Member the caller is authenticated as.

    workspace?: WorkspaceSlim

    The Workspace the caller is authenticated against.