AuthSource
public enum AuthSource : String
Authentication Source for login with a social identity.
-
Facebook social identity
Declaration
Swift
case facebook = "facebook"
-
Twitter social identity
Declaration
Swift
case twitter = "twitter"
-
Google+ social identity
Declaration
Swift
case googlePlus = "google"
-
LinkedIn social identity
Declaration
Swift
case linkedIn = "linkedIn"
-
Kinvey MIC social identity
Declaration
Swift
case kinvey = "kinveyAuth"