Skip to content

ActivityPlug API / @activityplug/core / RemoteAuthority

Interface: RemoteAuthority

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

Properties

assertCredentialAllowed?

readonly optional assertCredentialAllowed?: (authority) => void

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

Parameters

authority

RemoteAuthorityRequest & object

Returns

void


fetch

readonly fetch: (input, init, authority) => Promise<Response>

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

Parameters

input

URL | RequestInfo

init

RequestInit | undefined

authority

RemoteAuthorityRequest

Returns

Promise<Response>