@edgefirst-dev/jwt - v1.3.0
    Preparing search index...

    Interface KeyPair

    interface KeyPair {
        alg: Algoritm;
        created: Date;
        expired?: Date;
        id: string;
        jwk: JWK;
        private: CryptoKey;
        public: CryptoKey;
    }
    Index

    Properties

    created: Date
    expired?: Date
    id: string
    jwk: JWK
    private: CryptoKey
    public: CryptoKey