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
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
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