@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ChatgptAuthTokensRefreshParams

    type ChatgptAuthTokensRefreshParams = {
        previousAccountId?: string | null;
        reason: ChatgptAuthTokensRefreshReason;
    }
    Index

    Properties

    previousAccountId?: string | null

    Workspace/account identifier that Codex was previously using.

    Clients that manage multiple accounts/workspaces can use this as a hint to refresh the token for the correct workspace.

    This may be null when the prior auth state did not include a workspace identifier (chatgpt_account_id).