CredentialsFacebookOptions

public struct CredentialsFacebookOptions

A list of keys to be used in options dictionary for authentication with Facebook.

  • Facebook permissions The value of scope should be either a String of comma-separated requsted scopes, or an array of String with the requested scopes.

    Declaration

    Swift

    public static let scope: String
  • An implementation of Credentials.UserProfileDelegate to update user profile.

    Declaration

    Swift

    public static let userProfileDelegate: String
  • A list of fields to ask for in authentication. The value of fields should be either a String of comma-separated requsted fields, or an array of String with the requested fields. If left blank, authentication only returns an “id” and “name” for the user.

    Declaration

    Swift

    public static let fields: String