"workspace_owner_oidc_access_token"
also from the example below are there anymore examples of using the extra property? I am wondering if I can use something like to get specific OIDC fields from the user or something.
https://coder.com/docs/reference/cli/external-auth_access-token
- Obtain an extra property of an access token for additional metadata.:
$ coder external-auth access-token slack --extra "authed_user.id"

