<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: App signout issue in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/App-signout-issue/m-p/386111#M21465</link>
    <description>&lt;P&gt;Aesome! Thanks Greg! Didn't see any reference to that in my search results, but ForceReauthentication does the job. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2019 21:42:54 GMT</pubDate>
    <dc:creator>donaldp</dc:creator>
    <dc:date>2019-12-26T21:42:54Z</dc:date>
    <item>
      <title>App signout issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/App-signout-issue/m-p/386022#M21456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Having issues with getting signed out in my app, so as to sign-in again with a different user (or simply prevent someone else from having unauthorised access due to still signed in). As far as I can see, you still don't have a signout method yet, and I've tried some of the things I've found suggested here to effectively achieve that, but still not working.&lt;/P&gt;&lt;P&gt;At the moment, to "sign out",&amp;nbsp; I am doing the following (this is C#/.NET)...&lt;/P&gt;&lt;PRE&gt;await DxClient.Auth.TokenRevokeAsync();
DxClient.Dispose();
DxClient=null;&lt;/PRE&gt;&lt;P&gt;...and yet, when I go to sign-in again - i.e. I want to get the sign-in screen and enter an e-mail address and password - the server goes "oh,I see you've already been logged in on this device, here, have another token". What do I need to do to make it stop giving me another token and give me the sign-in screen instead (THEN give me another token when I have signed in again)?&lt;/P&gt;&lt;P&gt;And before you ask, yes, it is a second token, not the same one as the first time - I checked. I'm being given a second token without signing in a second time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Donald.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 12:29:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/App-signout-issue/m-p/386022#M21456</guid>
      <dc:creator>donaldp</dc:creator>
      <dc:date>2019-12-26T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: App signout issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/App-signout-issue/m-p/386077#M21463</link>
      <description>&lt;P&gt;Revoking a particular access token prevents that token from being used, but it doesn't completely unlink an app from the account. (E.g., there may be other access tokens for that app-account pair.)&lt;/P&gt;
&lt;P&gt;Also, it doesn't revoke the user's web session in the browser, which is unrelated to access tokens.&lt;/P&gt;
&lt;P&gt;The user can always unlink apps from their account from &lt;A href="https://www.dropbox.com/account/connected_apps" target="_self"&gt;the Connected apps page&lt;/A&gt;, or log out of&amp;nbsp;Dropbox via &lt;A href="https://www.dropbox.com/logout" target="_self"&gt;the logout page&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Also, the app itself can optionally use the&amp;nbsp;forceReapprove or&amp;nbsp;forceReauthentication option on&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxOAuth2Helper_GetAuthorizeUri_1.htm" target="_self"&gt;DropboxOAuth2Helper.GetAuthorizeUri&lt;/A&gt; though to have the user explicitly re-approve the app, or entirely re-authenticate (i.e., log in to the&amp;nbsp;Dropbox web site) again, respectively.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 18:05:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/App-signout-issue/m-p/386077#M21463</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-12-26T18:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: App signout issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/App-signout-issue/m-p/386111#M21465</link>
      <description>&lt;P&gt;Aesome! Thanks Greg! Didn't see any reference to that in my search results, but ForceReauthentication does the job. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 21:42:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/App-signout-issue/m-p/386111#M21465</guid>
      <dc:creator>donaldp</dc:creator>
      <dc:date>2019-12-26T21:42:54Z</dc:date>
    </item>
  </channel>
</rss>

