Completes the user action signing process and provides a signing token that can be used to verify the user intended to perform the action.
This is the first step of the User Action Signing flow.
The type of credentials used to sign the action is determined by the kind field in the nested objects (firstFactor and secondFactor). 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: Login challenge is signed by the decrypted user’s private key that was sent during Create User Action Signature Challenge step.CustomerEmployee)EndUser)Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
Temporary authentication token returned by the Create Challenge endpoint.
First factor credential used to sign the challenge.
Second factor credential used to authenticate a user.
Success