jira.js
    Preparing search index...

    Interface OAuth2ManagerOptions

    interface OAuth2ManagerOptions {
        accessToken?: string;
        clientId?: string;
        clientSecret?: string;
        cloudId?: string;
        expiresAt?: number;
        fetch?: FetchLike;
        onTokenRefresh?: OnTokenRefresh;
        refreshToken?: string;
        siteUrl?: string;
    }
    Index
    accessToken?: string
    clientId?: string
    clientSecret?: string
    cloudId?: string
    expiresAt?: number
    fetch?: FetchLike

    The fetch the client was configured with, so a proxy or a log covers the token calls too.

    onTokenRefresh?: OnTokenRefresh
    refreshToken?: string
    siteUrl?: string