authenticationCodeTypeFragment property

AuthenticationCodeTypeFragment? authenticationCodeTypeFragment

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

AuthenticationCodeTypeFragment? get authenticationCodeTypeFragment {
  if (this is AuthenticationCodeTypeFragment) {
    return this as AuthenticationCodeTypeFragment;
  }
  return null;
}