Enum GenerateLinkOptions.LinkType
Mapping of link types that can be generated.
public enum GenerateLinkOptions.LinkType
Fields
[MapTo("email_change_current", null)] EmailChangeCurrent = 4
Generate an email change link to be sent to the current email address.
[MapTo("email_change_new", null)] EmailChangeNew = 5
Generate an email change link to be sent to the new email address.
[MapTo("invite", null)] Invite = 1
Generate an invite link.
[MapTo("magiclink", null)] MagicLink = 2
Generate a magic link.
[MapTo("recovery", null)] Recovery = 3
Generate a recovery link.
[MapTo("signup", null)] SignUp = 0
Generate a signup link.