Skip to content

Instantly share code, notes, and snippets.

@b-onc
Last active April 16, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b-onc/24055ae7edf3a71bde0242eb2ec76b10 to your computer and use it in GitHub Desktop.
Save b-onc/24055ae7edf3a71bde0242eb2ec76b10 to your computer and use it in GitHub Desktop.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
Client.config = .init(apiKey: "b67pax5b2wdq", logOptions: .info)
Client.shared.set(user: User(id: "polished-poetry-5"),
token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoicG9saXNoZWQtcG9ldHJ5LTUifQ.o8SWzSlb68EntudwjVul1rUCYGpla-CimXNKxj3wKOc")
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment