listoauthclient deprecated
PACKAGE: open-xchange-admin-oauth-provider
NAME
listoauthclient - List OAuth clients
SYNOPSIS
listoauthclient [OPTIONS]
DESCRIPTION
This command line tool lists OAuth clients
OPTIONS
--csv Format output as CSV
-c, --context-group-id id : The id of the context group
-A, --adminuser masterAdminUser : Master admin user name for authentication. Optional, depending on your configuration.
-P, --adminpass masterAdminPassword : Master admin password for authentication. Optional, depending on your configuration.
-h, --help : Prints a help text
--environment : Show info about commandline environment.
--nonl : Remove all newlines (\n) from output.
--responsetimeout : The optional response timeout in seconds when reading data from server (default: 0s; infinite).
EXAMPLES
listoauthclient -A masteradmin -P secret --c 10 --csv
Lists OAuth clients
SEE ALSO
createoauthclient(1), disableoauthclient(1), enableoauthclient(1), getoauthclient(1), removeoauthclient(1), revokeoauthclient(1), updateoauthclient(1)