Any additional custom options
The password for authentication
Optionalcaptcha?: stringOptional captcha value if required
OptionalidentifierType?: IdentifierTypeWhat identifier holds — typically from screen.data.activeIdentifierType. Omit to submit untyped.
OptionalphoneCountryCode?: stringISO 3166-1 alpha-2 country for a phone identifier, from a code in countryCodes.available.
Required with identifierType: 'phone'. The dial code is prefixed server-side, so pass the
national number — unparenthesized, as (201) 555-0123 is submitted unprefixed. Omitting the
country submits untyped, leaving the server to resolve one.
The identifier is described by LoginIdentifierOptions.
Options for performing login operations