POST Account/AuthenticatorGenerateOTPQR
Request Information
URI Parameters
None.
Body Parameters
RequestAuthenticatorGenerateOTPQRNone.
Request Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<RequestAuthenticatorGenerateOTPQR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseAuthenticatorGenerateOTPQR| Name | Description | Type | Additional information |
|---|---|---|---|
| OTPSecret | string |
None. |
|
| QRData | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OTPSecret": "sample string 1",
"QRData": "sample string 2"
}
text/html
Sample:
{"OTPSecret":"sample string 1","QRData":"sample string 2"}
application/xml, text/xml
Sample:
<ResponseAuthenticatorGenerateOTPQR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels"> <OTPSecret>sample string 1</OTPSecret> <QRData>sample string 2</QRData> </ResponseAuthenticatorGenerateOTPQR>