Skip to main content

HS.BulkFHIR.Auth.OAuth.ClientConfig

class HS.BulkFHIR.Auth.OAuth.ClientConfig extends HS.BulkFHIR.API.Data.AdapterConfig

Property Inventory

Properties

property authentication_method as %String (VALUELIST = ",client_secret_post,private_key_jwt,") [ Required ];
How this client will authenticate with the OAuth server. This value is used only when Bulk FHIR config save is generating a new client definition for this client.
Property methods: authentication_methodDisplayToLogical(), authentication_methodGet(), authentication_methodIsValid(), authentication_methodLogicalToDisplay(), authentication_methodLogicalToOdbc(), authentication_methodNormalize(), authentication_methodSet()
property name as %String (MAXLEN = 100, MINLEN = 1) [ Required ];
Unique name to identify this client. Will be used as the key for referencing operations by this client.
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab