CheckAuthenticationEmailCode constructor

CheckAuthenticationEmailCode(
  1. {required EmailAddressAuthentication code,
  2. int? extra,
  3. int? clientId}
)

Checks the authentication of a email address. Works only when the current authorization state is authorizationStateWaitEmailCode

Returns Ok

Implementation

CheckAuthenticationEmailCode