Skip to content

Conversation

@syphar
Copy link

@syphar syphar commented Feb 25, 2025

see also https://help.salesforce.com/s/articleView?id=xcloud.remoteaccess_oauth_client_credentials_flow.htm&type=5

This was missing and we needed it, I assume it's also useful for others.

I'm happy to implement any needed changes.

( not time critical, we worked around it by fetching the token ourselves, and using set_access_token)

&mut self,
login_endpoint: impl AsRef<str>,
) -> Result<&mut Self, Error> {
self.set_login_endpoint(login_endpoint.as_ref());
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if I like that part, feel free to recommend any other design

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant