Missing methods for OAuthRefreshResult in offline symbol table

Issue #2294 resolved
Adam Stepanek created an issue

Hi Scott,

there is missing constructor for OAuthRefreshResult in offline symbol table with two string parameters.

https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_class_Auth_OAuthRefreshResult.htm

Comments (3)

  1. Scott Wells repo owner

    Thank for reporting. This entire namespace is missing from the Tooling API’s completions?type=apex REST resource, so I have to maintain it explicitly as a set of OST amendments. Looks like this was an oversight either when I originally added that type or when that overloaded signature was added. Anyway, I’ve addressed it for the next build.

  2. Log in to comment