interface RelyingParty {
    name: string;
    id?: string;
}

Properties

Properties

name: string
id?: string