realm / realm-loginkit

A generic interface for logging in to Realm Mobile Platform apps
Apache License 2.0
74 stars 21 forks source link

Cannot use AWSCognitoAuthenticationProvider in iOS example project #38

Closed ChrisChares closed 7 years ago

ChrisChares commented 7 years ago

If you uncomment this existing line in RealmLoginKit Apple/RealmLoginKitExample/Controllers/ViewController.swift in order to use a AWSCognitoAuthenticationProvider the project won't build:

//        loginViewController.authenticationProvider = AWSCognitoAuthenticationProvider(serviceRegion: .USEast1, userPoolID: "",
//                                                                                      clientID: "",
//                                                                                      clientSecret: "")