AuthenticationCodeTypeFragment constructor

const AuthenticationCodeTypeFragment({
  1. required String url,
  2. required int length,
})

An authentication code is delivered to https://fragment.com. The user must be logged in there via a wallet owning the phone number's NFT

Implementation

const AuthenticationCodeTypeFragment({
  required this.url,
  required this.length,
});