Interface PublicKeyCredentialRpEntity

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

Hierarchy (View Summary)

Properties

Properties

id?: string
name: string