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