developer

OAuth 2.0 FAQ

This section covers common FAQs with OAuth 2.0 integrations along with possible solutions.

Does changing my password invalidate the refresh token? What will happen when I change my password?

Yes, all your refresh tokens are revoked after you change your password.

Will I be disconnected from all my authorized OAuth apps when I change my password?

Yes, you will be disconnected from all your authorized OAuth apps.

Will I always receive the same refresh token when exchanging the refresh token with the access token?

Not always. The best practice is to store the latest refresh token as the refresh token may change.

Is there any way to complete the authentication process without opening up the browser?

No, an user must log in to the browser