core.medplumclientoptions.authcredentialsmethod
Home > @medplum/core > MedplumClientOptions > authCredentialsMethod
MedplumClientOptions.authCredentialsMethod property
Specifies through which part of the HTTP request the client credentials should be sent.
Body is the default for backwards compatibility, but header may be more desirable for applications.
Signature:
authCredentialsMethod?: 'body' | 'header';