inputEmail property

String? inputEmail
getter/setter pair

It's the identifier param in the createAuthUri request if the identifier is an email.

It can be used to check whether the user input email is different from the asserted email.

Implementation

core.String? inputEmail;