Skip to content

Commit f831f2a

Browse files
committed
autogen(docs): generate cli docs
1 parent 1be67fb commit f831f2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/hydra/cli/hydra-create-oauth2-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ client_secret=$(echo $client | jq -r '.client_secret')
5858
--frontchannel-logout-session-required Boolean flag specifying whether the client requires that a sid (session ID) Claim be included in the Logout Token to identify the client session with the OP when the frontchannel-logout-callback is used. If omitted, the default value is false.
5959
--grant-type strings A list of allowed grant types. (default [authorization_code])
6060
-h, --help help for oauth2-client
61+
--id string Provide the client's id.
6162
--jwks-uri private_key_jwt Define the URL where the JSON Web Key Set should be fetched from when performing the private_key_jwt client authentication method.
6263
--keybase string Keybase username for encrypting client secret.
6364
--logo-uri string A URL string that references a logo for the client

0 commit comments

Comments
 (0)