Node.js SDK for digi.me
    Preparing search index...

    Interface AccessTokenStatus

    interface AccessTokenStatus {
        authorized: boolean;
        expiresAt?: number;
    }
    Index

    Properties

    authorized: boolean
    expiresAt?: number