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

    Interface RunUserLoginResponse

    interface RunUserLoginResponse {
        expire_date: ExpireTimeOption;
        token: string;
    }
    Index

    Properties

    Properties

    expire_date: ExpireTimeOption
    token: string