Lock handles passwordless authentication using email and sms connections. To use Passwordless Authentication you need Lock.Swift version 2.14.0 or greater. To show Lock, add the following snippet in yourDocumentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
UIViewController.
Passwordless Method
When using Lock Passwordless the defaultpasswordlessMethod is .code which sends the user a one time passcode to login. If you want to use Universal Links you can add the following:
Activity callback
If you are using Lock Passwordless and have specified the.magicLink option to send the user a universal link then you will need to add the following to your AppDelegate.swift: