@subsidia-ch/sdk - v1.3.5
    Preparing search index...

    Interface TokenData

    Authentication token data

    interface TokenData {
        accessToken: string;
        expiresAt: number;
    }
    Index

    Properties

    accessToken: string

    Access token for API requests

    expiresAt: number

    Access token expiration timestamp in milliseconds