cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Organizing your research is important to easily review and share it. Learn how Kim uses Dropbox to gather and organize her research right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Comments

clearStoredAccessTokens

clearStoredAccessTokens

RJKinsman
Helpful | Level 6

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?

1 Accepted Solution

Accepted Solutions

Re: clearStoredAccessTokens

Greg-DB
Dropboxer

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

DropboxOAuthManager.sharedOAuthManager.clearStoredAccessTokens()

Hope this helps! 

View solution in original post

2 Replies 2

Re: clearStoredAccessTokens

Greg-DB
Dropboxer

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

DropboxOAuthManager.sharedOAuthManager.clearStoredAccessTokens()

Hope this helps! 

Re: clearStoredAccessTokens

RJKinsman
Helpful | Level 6

Thanks!

Who's talking

Top contributors to this post

  • User avatar
    RJKinsman Helpful | Level 6
  • User avatar
    Greg-DB Dropboxer
What do Dropbox user levels mean?
Need more support?