I would like to implement email confirmation , for those users that they would change their email addresses. But i am confused a little bit and lack of documentation ( at least i couldn't find something clear ) . There are 2 methods in UserManager :
1- GenerateChangeEmailTokenAsync 2- GenerateEmailConfirmationTokenAsync
What is the difference between those 2 methods and what is their usage ?