Skip to main content

PublicKeyCredentialParameters

@loginid/websdk3Docs


@loginid/websdk3 / Internal Modules / PublicKeyCredentialParameters

Type Alias: PublicKeyCredentialParameters

PublicKeyCredentialParameters: object

Additional parameters when creating a new credential.

Type declaration

alg?

optional alg: -7 | -35 | -36 | -257 | -8

A cryptographic signature algorithm with which the newly generated credential will be used, and thus also the type of asymmetric key pair to be generated, e.g., RSA or Elliptic Curve.

type?

optional type: "public-key"