pub async fn set_authentication_email_address(
email_address: String,
client_id: i32,
) -> Result<(), Error>Expand description
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
ยงArguments
email_address- The email address of the userclient_id- The client id to send the request to