Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

All network settings entities are structured as follows:

entity:

  • UserAccessTokenLifetime TimeSpanThe amount of time that a full access token for a user and a network remains valid. If not specified, this value defaults to 15 minutes. See TimeSpan for more information about this data type.
  • UserRefreshTokenLifetime TimeSpan: The amount of time that a refresh token for a user and a network remains valid (for example, "30.00:00:00"). See TimeSpan for more information about this data type.
  • DeviceAccessTokenLifetime TimeSpanThe amount of time that an access token for a device remains valid. See TimeSpan for more information about this data type.
  • DeviceRefreshTokenLifetime TimeSpanThe amount of time that a refresh token for a device remains valid. See TimeSpan for more information about this data type.
  • DeviceRegistrationTokenLifetime TimeSpan: The amount of time that a device registration token remains valid. See TimeSpan for more information about this data type.
  • AutomaticSubscriptionsManagementEnabled bool: If true, automatic subscription management is enabled on this network
  • AutomaticTaggedPlaylistApprovementEnabled boolIf true, automatic tagged playlist are approved on this network




  • No labels