Interface Ed25519AuthenticatorJSON

interface Ed25519AuthenticatorJSON {
    Ed25519: {
        public_key: string;
        signature: string;
    };
}

Properties

Properties

Ed25519: {
    public_key: string;
    signature: string;
}

Type declaration

  • public_key: string
  • signature: string