Register
Initiate creation of new user
Name
Value
{
"email": string
}{
"publicKeyCredentialCreationOptions": {
"attestation": string,
"authenticatorSelection": {
"requireResidentKey": true,
"residentKey": string,
"userVerification": string
},
"challenge": string,
"excludeCredentials": [
{
"type": string;
"id": number;
}
],
"otpUrl": string,
"pubKeyCredParams": {
{
"type": string;
"alg": number;
}
],
"rp": {
"id": string,
"name": string
},
"supportedCredentialKinds": {
"firstFactor": ["Fido2" | "Key" | "Password" | "Totp" | "RecoveryKey" | "PasswordProtectedKey"],
"secondFactor": ["Fido2" | "Key" | "Password" | "Totp" | "RecoveryKey" | "PasswordProtectedKey"]
},
"temporaryAuthenticationToken": string,
"user": {
"displayName": string,
"id": string,
"name": string
}
},
"temporaryAuthenticationToken": string
}Complete creation of new user
Name
Value
Last updated