GLOBUS SESSION CONSENT
DESCRIPTION
Update your current CLI auth session by authenticating with a specific scope or set of scopes.
This command is necessary when the CLI needs access to resources which require the user to explicitly consent to access.
OPTIONS
- --no-local-server
-
Manual authorization by copying and pasting an auth code. This option is implied if the CLI detects you are using a remote connection.
-
--timer-data-access
TEXT
-
This is a shorthand for specifying a Globus Timer data_access scope, a type of consent needed for a timer to access certain collections.
- -v, --verbose
-
Control level of output, make it more verbose.
- --quiet
-
Suppress non-essential output. This is higher precedence than
--verbose
. - -h, --help
-
Show this message and exit.
EXIT STATUS
0 on success.
1 if an error occurred.
2 if the command was used improperly.
3 if the command was used on the wrong type of object, e.g. a collection command used on an endpoint.
4 if the command has authentication or authorization requirements which were not met, as in ConsentRequired errors or missing logins.