tutti-api - v2.1.0
    Preparing search index...

    Interface OAuthTokens

    interface OAuthTokens {
        accessToken: string;
        expiresIn: number;
        idToken?: string;
        scope?: string;
        tokenType: string;
    }
    Index

    Properties

    accessToken: string
    expiresIn: number
    idToken?: string
    scope?: string
    tokenType: string