PartnerDetails type to create a partner details object.
JavaScript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Web SDK now supports Medication Orders -> Learn more
PartnerDetails type represents the partner authentication and provider information
PartnerDetails type to create a partner details object.
type PartnerDetails = {
partnerId: string;
partnerToken: string;
providerName: string;
providerOrgId: string;
providerSpecialty?: string;
providerId?: string;
};
Hide properties
FAMILY_MEDICINEWas this page helpful?
Suggestions