InternalLinkTypeAuthenticationCode constructor

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

The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode

Implementation

InternalLinkTypeAuthenticationCode