Completes the user registration process and creates the user’s initial credentials.
The type of credentials being registered is determined by the credentialKind field in the nested objects (firstFactorCredential , secondFactorCredential and RecoveryCredential). Supported credential kinds are:
Fido2: User action is signed by a user’s signing device using WebAuthn.Key: User action is signed by a user’s, or token’s, private key.PasswordProtectedKey: User action is signed by a user’s, or token’s, private key. The encrypted version of the private key is stored by Dfns and returns during the signing flow for the user to decrypt it.RecoveryKey : Similar to PasswordProtectedKey, but this credential can only be used to recover an account not to sign an action or login. Once this credential is used all the other user’s credentials are invalidated.CustomerEmployee)EndUser)Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
Register a Fido2 Credential, also known as Passkeys or WebauthN credential.
Register a Fido2 Credential, also known as Passkeys or WebauthN credential.
Register a recovery key. See Account Recovery for more details.