meteor-ios icon indicating copy to clipboard operation
meteor-ios copied to clipboard

Need access to METAccount.h -> resumeToken

Open calioasis opened this issue 9 years ago • 1 comments

Hi Martin,

I lost a couple of hours yesterday because I didn't realize METAccount.h was a private file. I thought my Swift bridging header was acting weird for some reason.

I need access to the resumeToken, so I can use it as a key in a HTTP cookie. Is there a particular reason the file is private? Can you make it possible to access the resumeToken, like you've done for the userID?

Thanks,

Jeff

calioasis avatar Jun 11 '15 19:06 calioasis

The reason METAccount is not public is because I'm not sure this is the right API and I didn't want user's code to depend on it. I'm currently redesigning the accounts system to better support authenticating with external services (Facebook, etc.). I understand your need to access the resumeToken, so I'll make sure to expose this in some way in the new API.

martijnwalraven avatar Jun 12 '15 14:06 martijnwalraven