Skip to main content

HS.BulkFHIR.ClientAuth.XAPIKey.Adapter

class HS.BulkFHIR.ClientAuth.XAPIKey.Adapter extends HS.BulkFHIR.API.ClientAuthAdapter

Method Inventory

Parameters

parameter IsOAuth = 0;
Inherited description: Whether the adapter uses OAuth.
parameter configClass = HS.BulkFHIR.ClientAuth.XAPIKey.Config;

Methods

classmethod GetAuthEnabledRestClient(pSession As HS.BulkFHIR.Session = "", pBFCconfig As HS.BulkFHIR.API.Data.Config = "", pClientAuthConfig As HS.BulkFHIR.ClientAuth.XAPIKey.Config, pMaxRequestsPerSec As %Integer = 10, ByRef pHeaders, pAccessTokenConfig As HS.BulkFHIR.Fetch.Util.AccessToken = "", pAdditionalAudienceUrl As %String = "") as HS.BulkFHIR.Fetch.Util.RestClient
One of either @Input pSession or @Input pBFCConfig must be specified. simply add x-api-key headers using configured Credentials

Inherited Members

Inherited Methods

FeedbackOpens in a new tab