Create Credential Challenge With Code
Required Permissions
Request body
Property
Type
Description
{
"code": "A7U-KY6-9PT",
"credentialKind": "Fido2"
}Response
Last updated
POST /auth/credentials/code/init
Part of the flow Create Credential With Code.
Creates a credential challenge using a one time code-time-code. This challenge must then be signed by the new credential, before finalizing the flow.
Request headers required. See Request Headers for more information.
None
{
"code": "A7U-KY6-9PT",
"credentialKind": "Fido2"
}Same as Create Credential Challenge endpoint
Last updated