Skip to content

Commit

Permalink
Merge pull request #1508 from DuendeSoftware/joe/polling-interval-xmldoc
Browse files Browse the repository at this point in the history
Expanded xmldoc for Client.PollingInterval
  • Loading branch information
brockallen committed Jan 5, 2024
2 parents 4cf05a2 + e2e7ba6 commit 66aa6c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Storage/Models/Client.cs
Expand Up @@ -341,7 +341,10 @@ public ICollection<string> AllowedGrantTypes
public int? CibaLifetime { get; set; }

/// <summary>
/// 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.
/// </summary>
public int? PollingInterval { get; set; }

Expand Down

0 comments on commit 66aa6c6

Please sign in to comment.