Path: / realms / {realm} / account / totp

Update the TOTP for this account. form parameters: totp - otp generated by authenticator totpSecret - totp secret to register

Path parameters:
realm -

Method Summary
ResourceDescription
GET /realms/{realm}/account/totp 
POST /realms/{realm}/account/totpUpdate the TOTP for this account.

Method Detail
HTTP Example:
GET /realms/{realm}/account/totp

Output:
javax.ws.rs.core.Response
HTTP Example:
POST /realms/{realm}/account/totp

Update the TOTP for this account. form parameters: totp - otp generated by authenticator totpSecret - totp secret to register

Input:
javax.ws.rs.core.MultivaluedMap<String,String>
Output:
javax.ws.rs.core.Response -
Consumes:
application/x-www-form-urlencoded