According to https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.htm the instance_url and id are returned when a request is made for an access token in exchange for an authorization code (your Auth.completeOAuthWebServerFlow method that returns an ApiSession). Is it possible to add those fields to ApiSession? Would you accept a PR that does this? Thanks!
According to https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.htm the
instance_urlandidare returned when a request is made for an access token in exchange for an authorization code (yourAuth.completeOAuthWebServerFlowmethod that returns an ApiSession). Is it possible to add those fields to ApiSession? Would you accept a PR that does this? Thanks!