meteor-ios
meteor-ios copied to clipboard
Need access to METAccount.h -> resumeToken
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
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.