Skip to content

ActivityPlug API / @activityplug/core / createRemoteAuthority

Function: createRemoteAuthority()

createRemoteAuthority(options): RemoteAuthority

Defined in: packages/core/src/http/remote-authority.ts:61

Creates an authority around a transport that has already been vetted by its runtime. A raw global fetch is intentionally not accepted here.

Parameters

options

RemoteAuthorityOptions

Returns

RemoteAuthority