...
| Anchor |
|---|
| _Toc341972347 |
|---|
| _Toc341972347 |
|---|
|
/auth/ listAuthenticators
Parameters:
| Code Block |
|---|
|
{
|
| Wiki Markup |
|---|
\\
+Examples:+
Method:/auth/ listAuthenticators
Parameters:
\{
"step": 1// step is 1-based
"application":
\ {
"id":"appid"
\ },
"user":
\ {
"domain.id":domainid,
"loginName":"login name"
\ }
\\}
\}
|
Response:
| Code Block |
|---|
|
\{
"error":0,
"result":\[
{
total:2,
rows:\[\{
[
{code:"OTP", name:"OTPOne-Time Password"\},\{
{code:"OTPoD", name:"PASSWORDOn-Demand Password"\}\
]
\ }
} |
| Anchor |
|---|
| _Toc341972348 |
|---|
| _Toc341972348 |
|---|
|
/auth/getLogonSteps
...