Last updated 6 months ago
Was this helpful?
Identifier for the totp and the token itself, generated by the plugin
curl -L \ --request DELETE \ --url '/v1/auth/ratls/totp/{uuid}'
No body
Creation timestamp, set by the plugin
Expiration timestamp
Name of the policy to allow updates for
curl -L \ --request PUT \ --url '/v1/auth/ratls/totp' \ --header 'Content-Type: application/json' \ --data '{ "created": 1, "expiration": 1, "policy": "text", "uuid": "text" }'
{ "auth": {}, "data": { "created": 1, "expiration": 1, "policy": "text", "uuid": "text" } }