HomePlatformOAuthScope

enum HomePlatformOAuthScope
extension HomePlatformOAuthScope : Equatable, Hashable, Sendable

3P available OAuth scope enum.

  • v1

    Maps to the default HOME_PLATFORM_SELECTED_DEVICES_SCOPE_URI. Grants per-device permissions to see, manage, and control selected devices.

    Declaration

    Swift

    case v1
  • v2

    Advanced superset scope that requires existing users to re-consent. Unlocks whole structure grant and features like Cloud-to-Cloud linking.

    Declaration

    Swift

    case v2