magicLinkTemplate property

String? magicLinkTemplate
final

A template for the URL to be used in a magic link button, e.g. https://dapp.xyz/%s. The auth bundle will be interpolated into the %s.

Implementation

final String? magicLinkTemplate;