LoginRadius v1.0.0 LoginRadius.OneTouchLogin View Source
Elixir wrapper for the LoginRadius One Touch Login API module
Link to this section Summary
Functions
GET - One Touch Login by Email: Sends a link to a specified email for frictionless login. https://docs.loginradius.com/api/v2/one-touch/one-touch-login-by-email
GET - One Touch Login by Phone: Sends a One Time Password to a given phone number for a frictionless login. https://docs.loginradius.com/api/v2/one-touch/one-touch-login-by-phone
PUT - One Touch OTP Verification: Verifies the One Time Passcode for One Touch Login. https://docs.loginradius.com/api/v2/customer-identity-api/one-touch-login/one-touch-otp-verification
GET - One Touch Email Verification: Verifies the provided token for One Touch Login by email. https://docs.loginradius.com/api/v2/customer-identity-api/one-touch-login/one-touch-email-verification
Link to this section Functions
GET - One Touch Login by Email: Sends a link to a specified email for frictionless login. https://docs.loginradius.com/api/v2/one-touch/one-touch-login-by-email
login_by_phone(String.t(), String.t(), String.t()) :: LoginRadius.response()
GET - One Touch Login by Phone: Sends a One Time Password to a given phone number for a frictionless login. https://docs.loginradius.com/api/v2/one-touch/one-touch-login-by-phone
verify_otp(String.t(), map(), String.t()) :: LoginRadius.response()
PUT - One Touch OTP Verification: Verifies the One Time Passcode for One Touch Login. https://docs.loginradius.com/api/v2/customer-identity-api/one-touch-login/one-touch-otp-verification
verify_otp_by_email(String.t(), String.t()) :: LoginRadius.response()
GET - One Touch Email Verification: Verifies the provided token for One Touch Login by email. https://docs.loginradius.com/api/v2/customer-identity-api/one-touch-login/one-touch-email-verification