Last updated 7 months ago
Was this helpful?
Identifier for the totp and the token itself, generated by the plugin
DELETE /v1/auth/ratls/totp/{uuid} HTTP/1.1 Host: Accept: */*
OK
No content
Creation timestamp, set by the plugin
Expiration timestamp
Name of the policy to allow updates for
PUT /v1/auth/ratls/totp HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 58 { "created": 1, "expiration": 1, "policy": "text", "uuid": "text" }
{ "auth": {}, "data": { "created": 1, "expiration": 1, "policy": "text", "uuid": "text" } }