Interface AuthenticationCodeTypeFragment

A digit-only authentication code is delivered to https://fragment.com. The user must be logged in there via a wallet owning the phone number's NFT. Subtype of AuthenticationCodeType.

interface AuthenticationCodeTypeFragment {
    @type: "authenticationCodeTypeFragment";
    length: number;
    url: string;
}

Properties

Properties

@type: "authenticationCodeTypeFragment"
length: number

Length of the code.

url: string

URL to open to receive the code.