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

    Type Alias GetAuthStatusResponse

    type GetAuthStatusResponse = {
        authMethod: AuthMode | null;
        authToken: string | null;
        requiresOpenaiAuth: boolean | null;
    }
    Index

    Properties

    authMethod: AuthMode | null
    authToken: string | null
    requiresOpenaiAuth: boolean | null