Class Credentials

Credentials

Hierarchy

  • Credentials

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Get a credential

    Parameters

    • said: string

      SAID of the credential

    • Optional includeCESR: boolean = false

      Optional flag export the credential in CESR format

    Returns Promise<any>

    A promise to the credential

    Async

  • List credentials

    Parameters

    • Optional kargs: CredentialFilter = {}

      Optional parameters to filter the credentials

    Returns Promise<any>

    A promise to the list of credentials

    Async

  • Present a credential

    Parameters

    • name: string

      Name or alias of the identifier

    • said: string

      SAID of the credential

    • recipient: string

      Identifier prefix of the receiver of the presentation

    • Optional include: boolean = true

      Flag to indicate whether to stream credential alongside presentation exchange message

    Returns Promise<string>

    A promise to the long-running operation

    Async

  • Request a presentation of a credential

    Parameters

    • name: string

      Name or alias of the identifier

    • recipient: string

      Identifier prefix of the receiver of the presentation

    • schema: string

      SAID of the schema

    • Optional issuer: string

      Optional prefix of the issuer of the credential

    Returns Promise<string>

    A promise to the long-running operation

    Async

Generated using TypeDoc