Skip to main content

Update a FIDO token from the current user.

PUT 

/api/web/v1/self/fidotokens/:fidoid

Update a FIDO token from the current user.

Request

Path Parameters

    fidoid stringrequired

Body

required

    name string

    The name of this FIDO token.

    state string

    Possible values: [ACTIVE, INACTIVE]

    The state of this FIDO token. Only FIDO tokens in the ACTIVE state can be used for authentication.

Responses

Successful

Loading...