/android-unauthorized-sample

This repository demonstrates handling unauthorized tokens.

Primary LanguageKotlin

Android - sample handling unauthorized tokens

This repository demonstrates handling unauthorized tokens.

  • Refresh the access token using the refresh token.
  • Retry refresh token 3 times.
  • If expired tokens, force logout and show login screen.

See this implementation for details