Class IdentityProviderDID

Decentralized Identifier (DID) for Concordium identity providers. Represents an identity provider on a specific Concordium network.

Hierarchy

  • IdentityProviderDID

Constructors

Properties

Methods

Constructors

Properties

index: number

The identity provider index on the network

network: Network

The Concordium network (Mainnet, Testnet)

Methods

  • Serializes the identity provider DID to a string format.

    Returns

    DID string in format: ccd:{network}:idp:{index}

    Returns string

Generated using TypeDoc