node-webauthn
    Preparing search index...

    Type Alias RegistrationUser

    type RegistrationUser = {
        displayName: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    displayName: string
    id: string
    name: string