@musallam/photoshop-client
    Preparing search index...

    Interface IIMSClient

    Shared interface for IMS clients

    interface IIMSClient {
        getAccessToken(): Promise<string>;
        getAuthHeaders(): Promise<Record<string, string>>;
        getClientId(): string;
    }

    Implemented by

    Index

    Methods