Totp
Create totp
PUT/v1/auth/ratls/totp
Body
created*integer (int64)
Creation timestamp, set by the plugin
expiration*integer (int64)
Expiration timestamp
policy*string
Name of the policy to allow updates for
uuid*string
Identifier for the totp and the token itself, generated by the plugin
Response
OK
Body
authobject
dataobject
Request
Response
Delete totp
DELETE/v1/auth/ratls/totp/{uuid}
Path parameters
uuid*string
Identifier for the totp and the token itself, generated by the plugin
Response
empty body
Request
Last updated