LedeWire SDK API Reference
    Preparing search index...

    Interface StoredTokens

    Internal representation of stored authentication tokens.

    interface StoredTokens {
        accessToken: string;
        expiresAt: number;
        refreshToken: string;
    }
    Index

    Properties

    accessToken: string
    expiresAt: number

    Unix timestamp (ms) when the access token expires.

    refreshToken: string