Handles generation of credentials for feeds.

Implements

Constructors

Properties

credentialPromises: Map<undefined | "email-pcd", {
    cacheId: string;
    credential: Promise<SerializedPCD<PCD<unknown, unknown>>>;
    timestamp: number;
}>

Type declaration

  • cacheId: string
  • credential: Promise<SerializedPCD<PCD<unknown, unknown>>>
  • timestamp: number
identityV3: Identity

Methods

  • Generates the requested credential, if possible. Takes a CredentialRequest and produces a serialized PCD which consists of a signature PCD (e.g. a semaphore signature PCD) which wraps a FeedCredentialPayload. This payload contains a timestamp, and may contain a PCD if a) the feed requests one and b) CredentialManager can find a matching PCD.

    Parameters

    Returns Promise<SerializedPCD<PCD<unknown, unknown>>>

  • Parameters

    • type: undefined | string
    • cacheId: string

    Returns undefined | SerializedPCD<PCD<unknown, unknown>>

  • Returns string

  • Returns Promise<void>

  • Parameters

    Returns void

Generated using TypeDoc