Uses of Interface
org.fhirfrog.frog.api.ClientRequestInterceptor
Packages that use ClientRequestInterceptor
Package
Description
FHIR Frog Public API.
Pluggable SMART on FHIR App Launch 2.0 auth strategies.
-
Uses of ClientRequestInterceptor in org.fhirfrog.frog.api
Fields in org.fhirfrog.frog.api declared as ClientRequestInterceptorModifier and TypeFieldDescriptionstatic final ClientRequestInterceptorClientRequestInterceptor.NOOPA no-op interceptor; the default when a caller does not set one. -
Uses of ClientRequestInterceptor in org.fhirfrog.frog.smart
Methods in org.fhirfrog.frog.smart that return ClientRequestInterceptorModifier and TypeMethodDescriptiondefault ClientRequestInterceptorSmartAuthProvider.asRequestInterceptor()Adapt this provider into afhir-frog-libraryClientRequestInterceptorthat attachesSmartAuthProvider.obtainAccessToken()'s result as anAuthorization: Bearer <token>header on every outgoing request.