signify-ts
    Preparing search index...

    Class Credentials

    Credentials

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Delete a credential from the DB

      Parameters

      • said: string

        SAID of the credential

      Returns Promise<void>

    • Get a credential

      Parameters

      • said: string

        SAID of the credential

      • OptionalincludeCESR: boolean = false

        Optional flag export the credential in CESR format

      Returns Promise<any>

      A promise to the credential

    • Revoke credential

      Parameters

      • name: string

        Name or alias of the identifier

      • said: string

        SAID of the credential

      • Optionaldatetime: string

        date time of revocation

      Returns Promise<RevokeCredentialResult>

      A promise to the long-running operation