Skip to content

Commit

Permalink
Update TokenResponse.cs
Browse files Browse the repository at this point in the history
Corrected spelling of "doesn't"
  • Loading branch information
phillduffy authored Sep 18, 2023
1 parent cb68b68 commit 8d4c2d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public bool IsExpired(IClock clock) =>
/// <summary>
/// Returns true if the token is expired or it's so close to expiring that it shouldn't be used.
/// </summary>
/// <remarks>If a token response doens't have at least one of <see cref="TokenResponse.AccessToken"/>
/// <remarks>If a token response doesn't have at least one of <see cref="TokenResponse.AccessToken"/>
/// or <see cref="TokenResponse.IdToken"/> set then it's considered expired.
/// If <see cref="TokenResponse.ExpiresInSeconds"/> is null, the token is also considered expired. </remarks>
internal bool IsEffectivelyExpired(IClock clock) =>
Expand Down

0 comments on commit 8d4c2d1

Please sign in to comment.