ory get oauth2-client
ory get oauth2-client
Get one or more OAuth 2.0 Clients by their ID(s)
Synopsis
This command gets all the details about an OAuth 2.0 Client. You can use this command in combination with jq.
ory get oauth2-client <id-1> [<id-2> ...] [flags]
Examples
To get the OAuth 2.0 Client's secret, run:
{{ .CommandPath }} <your-client-id> --json | jq -r '.client_secret'
Options
--format string Set the output format. One of table, json, yaml, json-pretty, and jsonpath. (default "default")
-h, --help help for oauth2-client
--project string The project to use, either project ID or a (partial) slug.
-q, --quiet Be quiet with output printing.
Options inherited from parent commands
-c, --config string Path to the Ory Network configuration file.
-y, --yes Confirm all dialogs with yes.
SEE ALSO
- ory get - Get a resource