@@ -219,39 +219,43 @@ <h2 id="cups-oauth-1.options">Options</h2>
219219The default is to request authorization for all supported OpenID scopes.
220220</ p >
221221 < h2 id ="cups-oauth-1.sub-commands "> Sub-Commands</ h2 >
222- < h3 id =" cups-oauth-1.sub-commands.authorize " > Authorize </ h3 >
223- < p > Starts an authorization workflow with the default web browser.
222+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > authorize </ strong > [ < em > RESOURCE </ em > ] < br >
223+ Starts an authorization workflow with the default web browser.
224224If a resource URI is specified, the authorization is specific to that resource.
225225The access token is send to the standard output on success.
226226</ p >
227- < h3 id =" cups-oauth-1.sub-commands.clear " > Clear </ h3 >
228- < p > Clears any authorization for the specified resource or for all resources if no resource URI is supplied.
227+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > clear </ strong > [ < em > RESOURCE </ em > ] < br >
228+ Clears any authorization for the specified resource or for all resources if no resource URI is supplied.
229229</ p >
230- < h3 id =" cups-oauth-1.sub-commands. get-access-token" > Get-Access-Token </ h3 >
231- < p > Output the current, unexpired access token, if any, to the standard output.
230+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > get-access-token</ strong > [ < em > RESOURCE </ em > ] < br >
231+ Output the current, unexpired access token, if any, to the standard output.
232232</ p >
233- < h3 id =" cups-oauth-1.sub-commands. get-client-id" > Get-Client-Id </ h3 >
234- < p > Output the client ID string, if any, to the standard output.
233+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > get-client-id</ strong > < br >
234+ Output the client ID string, if any, to the standard output.
235235</ 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.
236+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > get-device-grant</ strong > [ < em > RESOURCE </ em > ] < br >
237+ Gets a device authorization grant and outputs the device code, user code, and web page to the standard output.
238238</ 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.
239+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > get-device-token</ strong > [ < em > RESOURCE </ em > ] < em > DEVICE-CODE </ em > < br >
240+ Waits for device authorization to complete and outputs the device access token to the standard output.
241241</ p >
242- < h3 id ="cups-oauth-1.sub-commands.get-metadata "> Get-Metadata</ h3 >
243- < p > Get the OAuth/OpenID authorization server metadata and send it to the standard output.
244- If a name is specified, the output is just the value for the specified metadata.
242+ < p style ="margin-left: 2.5em; text-indent: -2.5em; "> < strong > get-metadata</ strong > [< em > NAME</ em > ]< br >
243+ Get the OAuth/OpenID authorization server metadata and send it to the standard output.
244+ If
245+ < em > NAME</ em >
246+ is specified, the output is just the value for the named metadata.
245247</ p >
246- < h3 id ="cups-oauth-1.sub-commands.get-user-id "> Get-User-Id</ h3 >
247- < p > Get the OpenID user ID information and send it to the standard output.
248- If a name is specified, the output is just the named claim from the user ID.
248+ < p style ="margin-left: 2.5em; text-indent: -2.5em; "> < strong > get-user-id</ strong > [< em > RESOURCE</ em > ] [< em > NAME</ em > ]< br >
249+ Get the OpenID user ID information and send it to the standard output.
250+ If
251+ < em > NAME</ em >
252+ is specified, the output is just the named claim from the user ID.
249253</ p >
250- < h3 id =" cups-oauth-1.sub-commands. set-access-token" > Set-Access-Token </ h3 >
251- < p > Set the access token (which is sometimes also called an API key) for the specified resource or for all resources.
254+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > set-access-token</ strong > [ < em > RESOURCE </ em > ] < em > TOKEN </ em > < br >
255+ Set the access token (which is sometimes also called an API key) for the specified resource or for all resources.
252256</ p >
253- < h3 id =" cups-oauth-1.sub-commands. set-client-data" > Set-Client-Data </ h3 >
254- < p > Set the client ID string and secret for an OAuth/OpenID authorization server.
257+ < p style =" margin-left: 2.5em; text-indent: -2.5em; " > < strong > set-client-data</ strong > < em > CLIENT-ID </ em > < em > CLIENT-SECRET </ em > < br >
258+ Set the client ID string and secret for an OAuth/OpenID authorization server.
255259</ p >
256260 < h2 id ="cups-oauth-1.environment-variables "> Environment Variables</ h2 >
257261< p > The
0 commit comments