I am trying to implement a Custom Companion Provider for ShareFile.
Sharefile returns some custom fields such as apicp, appcp and subdomain as part of the response in the OAuth response_type=code flow. I need access to these values in the provider I am implementing (for List and Download), however I don’t see a way to pipe them through.
Is there a way to support this today?