SetAuthenticationEmailAddress constructor

SetAuthenticationEmailAddress(
  1. {required String email_address,
  2. int? extra,
  3. int? clientId}
)

Sets the email address of the user and sends an authentication code to the email address. Works only when the current authorization state is authorizationStateWaitEmailAddress

Returns Ok

Implementation

SetAuthenticationEmailAddress