Class B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters

    • Constructor Detail

      • B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters

        B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters(String emailAddress, String discoveryRedirectUrl, String loginTemplateId, Locale locale)
      • B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters

        B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters(String emailAddress, String discoveryRedirectUrl, String loginTemplateId)
      • B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters

        B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters(String emailAddress, String discoveryRedirectUrl)
      • B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters

        B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters(String emailAddress)
    • Method Detail

      • getEmailAddress

         final String getEmailAddress()

        is the account identifier for the account in the form of an Email address where you wish to receive a magic link to authenticate

      • getLoginTemplateId

         final String getLoginTemplateId()

        Use a custom template for login emails. By default, it will use your default email template. The template must be a template using our built-in customizations or a custom HTML email for Magic links - Login.

      • getLocale

         final Locale getLocale()

        Used to determine which language to use when sending the user this delivery method. Currently supported languages are English ("en"), Spanish ("es"), and Brazilian Portuguese ("pt-br"); if no value is provided, the copy defaults to English.