class YourViewController: UIViewController {
@IBAction func yourLoginAction(_ sender: Any) {
HumanIDSDK.shared.requestOtp(view: self, name: "YOUR_APPLICATION_NAME", image: "YOUR_APPLICATION_LOGO")
extension YourViewController: RequestOTPDelegate {
func login(with token: String) {
// TODO You can persist our token here.