@dypai-ai/client-sdk - v1.13.0
    Preparing search index...

    Interface AuthSession

    interface AuthSession {
        created_at?: string | null;
        expires_at?: string | null;
        id: string;
        ip_address?: string | null;
        token_preview?: string | null;
        updated_at?: string | null;
        user_agent?: string | null;
        user_id: string;
    }
    Index

    Properties

    created_at?: string | null
    expires_at?: string | null
    id: string
    ip_address?: string | null
    token_preview?: string | null
    updated_at?: string | null
    user_agent?: string | null
    user_id: string