socialTypes

public enum socialTypes : String

Enum the possible social logins offered by BaasBox

  • Facebook string for social login

    Declaration

    Swift

    case facebook = "facebook"
  • Google string for social login

    Declaration

    Swift

    case google = "google"