@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface OAuthTokenResponse

    Authentication-related type definitions for the Contio Partner API

    interface OAuthTokenResponse {
        access_token: string;
        expires_in: number;
        id_token?: string;
        refresh_token?: string;
        scope?: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    id_token?: string
    refresh_token?: string
    scope?: string
    token_type: string