Interface PublicKeyCredentialParameters

interface PublicKeyCredentialParameters {
    alg: number;
    type: "public-key";
}

Properties

Properties

alg: number
type: "public-key"