videosphere
    Preparing search index...

    Interface GoogleOAuthGrant

    OAuth tokens returned from Google's token endpoint during the auth-code exchange.

    interface GoogleOAuthGrant {
        accessToken?: string;
        refreshToken?: string;
    }
    Index

    Properties

    accessToken?: string
    refreshToken?: string