Type alias CredentialParameter

CredentialParameter: {
    alg: COSEAlgorithmIdentifier;
    type: CredentialType;
}

The credential type and algorithm that the Relying Party wants the authenticator to create.

Type declaration

Generated using TypeDoc