Skip to content
This repository has been archived by the owner on Jan 29, 2018. It is now read-only.

Commit

Permalink
Even better polling interval wording thanks to mike@automattic.com!
Browse files Browse the repository at this point in the history
  • Loading branch information
David Recordon committed Jul 15, 2010
1 parent ec40cb3 commit 262d656
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-recordon-oauth-v2-device.xml
Expand Up @@ -256,11 +256,11 @@ Cache-Control: no-store
denies the request, or the verification code expires.
</t>
<t>
The client makes the following request at an arbitrary but reasonable interval which
MUST NOT be less than the minimum interval rate provided by the authorization server
(if present via the <spanx style='verb'>interval</spanx> parameter). Alternatively,
the client MAY provide a user interface for the end-user to manually inform it when
authorization was granted.
The client makes the next request after an arbitrary but reasonable length of time,
which MUST be longer than or equal to the minimum length of time provided by the
authorization server in the <spanx style='verb'>interval</spanx> parameter if present.
Alternatively, the client MAY provide a user interface for the end-user to manually
inform it when authorization was granted.
</t>
<t>
The client requests an access token by making an HTTP <spanx style='verb'>POST</spanx>
Expand Down

0 comments on commit 262d656

Please sign in to comment.