ActivityPlug API / @activityplug/core / RemoteAuthority
Interface: RemoteAuthority
Defined in: packages/core/src/http/remote-authority.ts:32
Properties
assertCredentialAllowed?
readonlyoptionalassertCredentialAllowed?: (authority) =>void
Defined in: packages/core/src/http/remote-authority.ts:33
Parameters
authority
RemoteAuthorityRequest & object
Returns
void
fetch
readonlyfetch: (input,init,authority) =>Promise<Response>
Defined in: packages/core/src/http/remote-authority.ts:39
Parameters
input
URL | RequestInfo
init
RequestInit | undefined
authority
Returns
Promise<Response>