File

src/registrar/registrar-config.ts

Description

RegistrarConfig class represents the configuration for the registrar service.

Index

Properties

Properties

Optional accessCertificateId
Type : string

ID of the access certificate.

Optional id
Type : string

ID of the relying party.

export class RegistrarConfig {
    /**
     * ID of the relying party.
     */
    id?: string;
    /**
     * ID of the access certificate.
     */
    accessCertificateId?: string;
}

results matching ""

    No results matching ""