@inrupt/solid-client-access-grants / interfaces / InputAccessRequestParameters

Interface: InputAccessRequestParameters#

Hierarchy#

Properties#

access#

access: AccessModes

Inherited from#

BaseRequestParameters.access

Defined in#

src/gConsent/type/Parameter.ts:31


expirationDate#

Optional expirationDate: Date

Inherited from#

BaseRequestParameters.expirationDate

Defined in#

src/gConsent/type/Parameter.ts:36


inherit#

Optional inherit: boolean

Inherited from#

BaseRequestParameters.inherit

Defined in#

src/gConsent/type/Parameter.ts:37


issuanceDate#

Optional issuanceDate: Date

Inherited from#

BaseRequestParameters.issuanceDate

Defined in#

src/gConsent/type/Parameter.ts:35


purpose#

Optional purpose: string[]

Inherited from#

BaseRequestParameters.purpose

Defined in#

src/gConsent/type/Parameter.ts:34


requestorInboxUrl#

Optional requestorInboxUrl: string

Inherited from#

BaseRequestParameters.requestorInboxUrl

Defined in#

src/gConsent/type/Parameter.ts:32


resourceOwner#

resourceOwner: string

Defined in#

src/gConsent/type/Parameter.ts:41


resources#

resources: string[]

Inherited from#

BaseRequestParameters.resources

Defined in#

src/gConsent/type/Parameter.ts:33