Login in to bot using iOS SDK
Summary
How do I log in to the bot using the iOS SDK?Content
Hi,
How do I log in to the bot using the code snippet (iOS, Swift) below?
I need a userId and JWT, I do not, however, know where or how to get those.
Kind regards,
Lukas Raymaekers
Code Snippet
Bots.login(userId: String, jwt:String, completionHandler: ((Error?, [AnyHashable : Any]?) -> Void)?)
0