LoginRadius v1.0.0 LoginRadius.SmartLogin View Source

Elixir wrapper for the LoginRadius Smart Login API module

Link to this section Summary

Functions

GET - Smart Login by Email: Sends a Smart Login link to a user’s email using specified email. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-by-email

GET - Smart Login by UserName: Sends a Smart Login link to a user’s email using specified username. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-by-username

GET - Smart Login Ping: Checks if the Smart Login link has been clicked or not. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-ping

GET - Smart Login Verify Token Verifies the provided token for Smart Login. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-verify-token

Link to this section Functions

Link to this function login_by_email(email, client_guid, smart_login_email_template \\ "", welcome_email_template \\ "", redirect_url \\ "") View Source
login_by_email(String.t(), String.t(), String.t(), String.t(), String.t()) ::
  Loginradius.response()

GET - Smart Login by Email: Sends a Smart Login link to a user’s email using specified email. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-by-email

Link to this function login_by_username(username, client_guid, smart_login_email_template \\ "", welcome_email_template \\ "", redirect_url \\ "") View Source
login_by_username(String.t(), String.t(), String.t(), String.t(), String.t()) ::
  Loginradius.response()

GET - Smart Login by UserName: Sends a Smart Login link to a user’s email using specified username. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-by-username

GET - Smart Login Ping: Checks if the Smart Login link has been clicked or not. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-ping

Link to this function verify_token(verification_token, welcome_email_template \\ "") View Source
verify_token(String.t(), String.t()) :: LoginRadius.response()

GET - Smart Login Verify Token Verifies the provided token for Smart Login. https://docs.loginradius.com/api/v2/customer-identity-api/smart-login/smart-login-verify-token