Skip to content

Commit

Permalink
Expanded xmldoc for Client.PollingInterval
Browse files Browse the repository at this point in the history
It applies to Device Code flow too!
  • Loading branch information
josephdecock committed Jan 4, 2024
1 parent 4cf05a2 commit e2e7ba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Storage/Models/Client.cs
Original file line number Diff line number Diff line change
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 e2e7ba6

Please sign in to comment.