UNPKG

@inrupt/solid-client

Version:

Make your web apps work with Solid Pods.

36 lines (35 loc) 882 B
/** @hidden */ export declare const ACP_NAMESPACE = "http://www.w3.org/ns/solid/acp#"; /** @hidden */ export declare const ACP: { AccessControl: string; AccessControlResource: string; AuthenticatedAgent: string; CreatorAgent: string; Matcher: string; Policy: string; PublicAgent: string; access: string; accessControl: string; agent: string; allOf: string; allow: string; anyOf: string; apply: string; client: string; deny: string; memberAccessControl: string; noneOf: string; vc: string; }; /** @hidden */ export declare const ACL_NAMESPACE = "http://www.w3.org/ns/auth/acl#"; /** @hidden */ export declare const ACL: { Append: string; Control: string; Read: string; Write: string; }; /** @hidden */ export declare const VC_ACCESS_GRANT = "http://www.w3.org/ns/solid/vc#SolidAccessGrant";