node-tado-client
    Preparing search index...

    Interface DeviceToken

    interface DeviceToken {
        access_token: string;
        expires_in: number;
        refresh_token: string;
        scope: string;
        token_type: string;
        userId: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    refresh_token: string
    scope: string
    token_type: string
    userId: string