@health-samurai/aidbox-client
    Preparing search index...

    Class SmartBackendServicesAuthProvider

    SMART Backend Services authentication provider.

    Implements OAuth 2.0 client_credentials grant with JWT bearer assertion for server-to-server authentication per SMART Backend Services spec.

    Implements

    Index

    Constructors

    Methods

    • Fetch wrapper that adds Bearer token authorization. Automatically obtains token on first request and retries once on 401.

      Parameters

      • input: RequestInfo | URL
      • Optionalinit: RequestInit

      Returns Promise<Response>

    Properties

    baseUrl: string