KKScope

public struct KKScope : OptionSet, Codable

The scope of your client ID.

  • Declaration

    Swift

    public init(rawValue: Int)
  • Declaration

    Swift

    public let rawValue: Int
  • Your client does not request any additional permission.

    Declaration

    Swift

    public static let none: KKScope
  • Your client requests the permission to access user profiles.

    Declaration

    Swift

    public static let userProfile: KKScope
  • Your client requests the permission to access the territory where users are at.

    Declaration

    Swift

    public static let userTerritory: KKScope
  • Your client requests the permission to access the status of accounts.

    Declaration

    Swift

    public static let userAccountStatus: KKScope
  • all

    Your client requests all permissions.

    Declaration

    Swift

    public static let all: KKScope