Retrieve OAuth credentials for a configured OAuth integration in Posit Workbench. This function exchanges the current session for OAuth credentials that can be used to authenticate with external services. This works in any IDE running within a Posit Workbench session.
Value
A list containing:
- access_token
The OAuth access token.
- expiry
The token expiry time as a POSIXct datetime object.
- audience
The integration GUID (audience) that was used to retrieve the credentials.
Throws an error if the credentials cannot be retrieved or the integration is not found.