Skip to main content

Verify a u2f token for a user

POST 

/v2beta/users/:userId/u2f/:u2fId

Verify the u2f token registration with the public key credential.

Request​

Path Parameters

    userId stringrequired
    u2fId stringrequired

Body

required

    publicKeyCredential objectrequired

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

    PublicKeyCredential Interface. Generated helper methods populate the field from JSON created by a WebauthN client. See also: https://www.w3.org/TR/webauthn/#publickeycredential

    tokenName stringrequired

    Possible values: non-empty and <= 200 characters

Responses​

OK

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...