Forum Discussion

RJKinsman's avatar
RJKinsman
Helpful | Level 6
6 years ago
Solved

clearStoredAccessTokens

Hello, I'm still new to Swift so this may be a dumb question, but here goes...

I want to invoke the clearStoredAccessTokens() function of the DropboxOAuthManager class.  I coded this...

DropboxOAuthManager.clearStoredAccessTokens()

... and the compiler is giving me this...

Instance member 'clearStoredAccessTokens' cannot be used on type 'DropboxOAuthManager'; did you mean to use a value of this type instead?

How do I code this?

  • You can use that method on the shared instance like this:

    DropboxOAuthManager.sharedOAuthManager.clearStoredAccessTokens()

    Hope this helps! 

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    You can use that method on the shared instance like this:

    DropboxOAuthManager.sharedOAuthManager.clearStoredAccessTokens()

    Hope this helps! 

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,942 PostsLatest Activity: 4 hours ago
351 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!