OAuth1 okhttp3를 이용하여 재인증하기(refresh token) 지난시간에는 retrofit2와 okhttp3의 해더를 이용해 인증하는 방법에 대해서 알아보았습니다. https://akaisun.tistory.com/72 retrofit2를 사용하여 Authorization 인증하기 앱에서 서버와 통신할 때 사용자의 인증이 필요한경우 해더에 Authorization를 넣어 통신한다. Authorization에도 BearerToken, ApiKey, OAuth2.0등 여러가지 종류가 있다. 그럼 어떻게 해더에 Authorization를 넣.. akaisun.tistory.com 앱에서 서버로 인증할때는 OAuth 2.0방법을 가장많이 사용하는데 이에 대한 설명은 아래의 링크를 참조해주세요. https://oauth.net/2/ OAuth 2.0 — OAuth OAuth.. 2019. 10. 3. 이전 1 다음