Versions Compared

Key

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

...

Anchor
_Toc341972347
_Toc341972347
/auth/listAuthenticators

List authenticators in specified logon step.

Parameters:

Code Block
languagejs
{
	"step": 1// step is 1-based
	"application":
	{
		"id":"appid"
	},
	"user":
	{
		"domain.id":domainid,
		"loginName":"login name"
	}
}

...