AuthenticationCodeTypeFragment constructor
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,
});