appointme
    Preparing search index...

    Interface GoogleTokens

    interface GoogleTokens {
        access_token?: string;
        expiry_date?: number;
        refresh_token?: string;
        scope?: string;
    }
    Index

    Properties

    access_token?: string
    expiry_date?: number
    refresh_token?: string
    scope?: string