Skip to main content

Verify a WebAuthN registration

POST 

/v3alpha/users/:userId/webauthn/:webAuthNId

Verify the WebAuthN registration started by StartWebAuthNRegistration with the public key credential.

Request​

Path Parameters

    userId stringrequired

    unique identifier of the user.

    webAuthNId stringrequired

    unique identifier of the WebAuthN registration, which was returned in the start webauthn registration.

Body

required

    publicKeyCredential objectrequired

    Possible values: >= 55 characters and <= 1048576 characters

    webAuthNName stringrequired

    Possible values: non-empty and <= 200 characters

    Provide a name for the WebAuthN device. This will help identify it in the future.

Responses​

WebAuthN registration successfully verified

Schema

    details

    object

    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    resourceOwner resource_owner is the organization or instance_id an object belongs to (string)
Loading...