Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
_Toc341972347
_Toc341972347
/auth/ listAuthenticators

Parameters:

Code Block
languagejs
{
	
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
languagejs
 
\{
 	"error":0,
 	"result":\[
	{
		total:2, 
		rows:\[\{
		[
			{code:"OTP", name:"OTPOne-Time Password"\},\{
			{code:"OTPoD", name:"PASSWORDOn-Demand Password"\}\
		]
\	}
}

Anchor
_Toc341972348
_Toc341972348
/auth/getLogonSteps

...