Skip to content

Commit a682470

Browse files
committed
Update HTML man pages.
1 parent bc57571 commit a682470

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

doc/cups-oauth.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,26 @@ <h2 id="cups-oauth-1.synopsis">Synopsis</h2>
144144
[
145145
<strong>-a</strong>
146146
<em>OAUTH-URI</em>
147+
] [
148+
<strong>-s</strong>
149+
<em>SCOPE(S)</em>
150+
]
151+
<strong>get-device-grant</strong>
152+
<em>[RESOURCE]</em>
153+
<br>
154+
<strong>cups-oauth</strong>
155+
[
156+
<strong>-a</strong>
157+
<em>OAUTH-URI</em>
158+
]
159+
<strong>get-device-token</strong>
160+
<em>[RESOURCE]</em>
161+
<em>DEVICE-CODE</em>
162+
<br>
163+
<strong>cups-oauth</strong>
164+
[
165+
<strong>-a</strong>
166+
<em>OAUTH-URI</em>
147167
]
148168
<strong>get-metadata</strong>
149169
<em>[NAME]</em>
@@ -212,6 +232,12 @@ <h3 id="cups-oauth-1.sub-commands.get-access-token">Get-Access-Token</h3>
212232
</p>
213233
<h3 id="cups-oauth-1.sub-commands.get-client-id">Get-Client-Id</h3>
214234
<p>Output the client ID string, if any, to the standard output.
235+
</p>
236+
<h3 id="cups-oauth-1.sub-commands.get-device-grant">Get-Device-Grant</h3>
237+
<p>Gets a device authorization grant and outputs the device code, user code, and web page to the standard output.
238+
</p>
239+
<h3 id="cups-oauth-1.sub-commands.get-device-token">Get-Device-Token</h3>
240+
<p>Waits for device authorization to complete and outputs the device access token to the standard output.
215241
</p>
216242
<h3 id="cups-oauth-1.sub-commands.get-metadata">Get-Metadata</h3>
217243
<p>Get the OAuth/OpenID authorization server metadata and send it to the standard output.

0 commit comments

Comments
 (0)