-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Section 3.2 of RFC 8628 states that the Device Authorization Response's `interval` field is optional. Previously, this crate accepted responses without an `interval` field, but rejected responses in which the `interval` field was `null`. This change treats `null` values as if they were omitted. Fixes #278.
- Loading branch information
Showing
1 changed file
with
89 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters