Interface RegistrationManagerArgs

Hierarchy

  • RegistrationManagerArgs

Properties

accountStore: AccountStore

Stores all the registered account information.

baseUrl: string

Used to set the oidcIssuer value of newly registered pods.

identifierGenerator: IdentifierGenerator

Generates identifiers for new pods.

ownershipValidator: OwnershipValidator

Verifies the user is the owner of the WebID they provide.

podManager: PodManager

Creates the new pods.

webIdSuffix: string

Appended to the generated pod identifier to create the corresponding WebID.