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

    Type Alias SmartRefreshTokenResponse

    SmartRefreshTokenResponse: Required<Pick<SmartTokenResponse, "access_token">> & Pick<
        SmartTokenResponse,
        "expires_in"
        | "scope"
        | "patient"
        | "refresh_token",
    > & { token_type: "Bearer" }

    Token bundle returned by refreshSession.

    This implementation expects the core SMART/OAuth refresh fields.