The oidc-token(1) man page contains the following text:
-c, --env
This will get all available information (same as -a), but will print shell commands that export environment variables
(default names). The result for this option is the same as for using 'oidc-token -oie'. With the -o -i and -e options
the name of each environment variable can be changed.
In particular, it says that The result [...] is the same as for using 'oidc-token -oie'.
This is not true.
The command oidc-token -oie generates shell code that assigns the access token to the variable ie; for example:
The
oidc-token(1)
man page contains the following text:In particular, it says that
The result [...] is the same as for using 'oidc-token -oie'
.This is not true.
The command
oidc-token -oie
generates shell code that assigns the access token to the variableie
; for example:I believe the
-c
command option is equivalent to-o -i -e
; e.g.,For comparison, here is the output when the
-c
option is specified: