Interface PublicKeyCredentialRpEntity

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

    Properties

    Properties

    id?: string
    name: string