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 -

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

Method Detail

GET /realms/{realm}/account/totp

HTTP Example:
GET /realms/{realm}/account/totp
Output:
Response

POST /realms/{realm}/account/totp

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

HTTP Example:
POST /realms/{realm}/account/totp
Input:
MultivaluedMap<String,String>
Output:
Response -
Consumes:
application/x-www-form-urlencoded