Type alias RelyingPartyEntity

RelyingPartyEntity: {
    icon?: string;
    id: string;
    name: string;
}

Used to supply additional Relying Party attributes when creating a new credential.

Type declaration

  • Optional icon?: string

    A URL which resolves to an image associated with the Relying Party, for example its logo.

  • id: string

    A unique identifier for the Relying Party.

  • name: string

    A human-palatable identifier for the Relying Party, intended only for display.

Generated using TypeDoc