FhirServiceAuthenticationConfiguration Class

Authentication configuration information.

Inheritance
FhirServiceAuthenticationConfiguration

Constructor

FhirServiceAuthenticationConfiguration(*, authority: Optional[str] = None, audience: Optional[str] = None, smart_proxy_enabled: Optional[bool] = None, **kwargs)

Variables

authority
str

The authority url for the service.

audience
str

The audience url for the service.

smart_proxy_enabled
bool

If the SMART on FHIR proxy is enabled.