Interface ApiClientForgeApiWithProviderOptions

Forge API provider-based client options for JIRA.

interface ApiClientForgeApiWithProviderOptions {
    cloudId: string;
    forgeApiWithProvider: ExternalAuthFetchMethods;
}

Properties

cloudId: string

The cloud ID of the Atlassian product instance.

forgeApiWithProvider: ExternalAuthFetchMethods

Result of forgeApi.asUser().withProvider(...) call.