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 beone
resolverArgs[1]
will betwo
resolverArgs[2]
will bethree
resolverName (string
)
The name of the resolver.
If the resolver is specified as:
password=my-resolver:one:two:three
resolverName
will bemy-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
.