videosphere
    Preparing search index...

    Interface PlatformUploadTokens

    Defines the shape of platform upload tokens.

    interface PlatformUploadTokens {
        accessToken: string;
        refreshToken?: string;
        tokenExpiry?: string;
    }
    Index

    Properties

    accessToken: string
    refreshToken?: string
    tokenExpiry?: string