node-webauthn
    Preparing search index...

    Type Alias UsableKeyPair

    type UsableKeyPair = {
        kid: string;
        private_key: KeyObject;
        public_key: KeyObject;
    }
    Index

    Properties

    kid: string
    private_key: KeyObject
    public_key: KeyObject