FhirServiceCorsConfiguration Class
The settings for the CORS configuration of the service instance.
- Inheritance
-
FhirServiceCorsConfiguration
Constructor
FhirServiceCorsConfiguration(*, origins: Optional[List[str]] = None, headers: Optional[List[str]] = None, methods: Optional[List[str]] = None, max_age: Optional[int] = None, allow_credentials: Optional[bool] = None, **kwargs)
Variables
- max_age
- int
The max age to be allowed via CORS.
- allow_credentials
- bool
If credentials are allowed via CORS.
Feedback
Submit and view feedback for