TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface LoginResponse

    interface LoginResponse {
        company: string;
        email: string;
        id: string;
        name: string;
        profiles: Required<ProfileListInfo>[];
        type: string;
    }
    Index

    Properties

    company: string
    email: string
    id: string
    name: string
    profiles: Required<ProfileListInfo>[]
    type: string