f-lab-edu / wak-plus

[안드로이드, 마이리얼트립 합격] 🕊 Wak+ is an application that helps you to conveniently access to WAKTAVERSE member's SNS content such as YouTube, Twitch, Instagram, and Twitter in one app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetpack DataStore를 이용하여 Access Token 저장하기

june0122 opened this issue · comments

  • local.properties에 저장한 API key들을 BuildConfig를 통해 접근할 수 있도록 처리
  • Preferences DataStore를 이용하여 Twitch의 Access Token 저장
  • Hilt 모듈 내에서 Preferences DataStore의 데이터를 읽어오기
  • Access Token을 발급받지 않았거나, 기한이 만료되었을때 재발급 받는 코드 추가

TODO: 복수의 API의 Access Token 관련 공통 오류 처리 적용하기