diff --git a/src/Storage/Models/Client.cs b/src/Storage/Models/Client.cs index 3ccfe0efb..f43239fae 100644 --- a/src/Storage/Models/Client.cs +++ b/src/Storage/Models/Client.cs @@ -341,7 +341,10 @@ public ICollection AllowedGrantTypes public int? CibaLifetime { get; set; } /// - /// Gets or sets the backchannel polling interval in seconds. + /// Gets or sets the maximum polling interval for this client in the CIBA + /// and Device Code flows. If this client polls more frequently than the + /// polling interval during those flows, it will receive a slow_down error + /// response. /// public int? PollingInterval { get; set; }