CheckAuthenticationCode constructor

CheckAuthenticationCode(
  1. {required String code,
  2. int? extra,
  3. int? clientId}
)

Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode

Returns Ok

Implementation

CheckAuthenticationCode