Skip to main content Link Search Menu Expand Document (external link)

Resolver Object

Properties

field (string)

The field that is being resolved. Will either be password, emailcode, smscode, or othercode

profile (Profile object)

The profile being resolved against.

resolverArgs

Array of arguments specified when the resolver was declared.

If the resolver is specified as: password=my-resolver:one:two:three

  • resolverArgs[0] will be one
  • resolverArgs[1] will be two
  • resolverArgs[2] will be three

resolverName (string)

The name of the resolver.

If the resolver is specified as: password=my-resolver:one:two:three

resolverName will be my-resolver

site (string)

The site we’re resolving the value against. Will either be ticketmaster, axs, or other.

url (string)

The URL of the page if site is other.