cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: 

clearStoredAccessTokens

clearStoredAccessTokens

RJKinsman
Helpful | Level 6
Go to solution

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

Greg-DB
Dropbox Staff
Go to solution

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

Greg-DB
Dropbox Staff
Go to solution

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

DropboxOAuthManager.sharedOAuthManager.clearStoredAccessTokens()

Hope this helps! 

RJKinsman
Helpful | Level 6
Go to solution

Thanks!

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    RJKinsman Helpful | Level 6
  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?