You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🐯 KakaoTokenProvider 사용 가이드
🚀 빠른 시작
1. 의존성 주입
2. 토큰 발급 (기본 사용법)
📖 제공하는 메서드
getAccessToken(String kakaoId)가장 많이 사용할 메서드
getAccessToken(User user)User 객체가 이미 있을 때 사용
validateAccessToken(String accessToken)토큰 유효성 검증이 필요할 때
💡 실제 사용 예시
카카오톡 메시지 발송
사용자 정보 조회
배치 작업에서 사용
1. 예외 처리
2. 토큰 저장하지 마세요
3. 토큰은 일회용으로 사용
🔧 발생할 수 있는 예외
💡 TIP: 이 토큰으로 카카오 모든 API를 사용할 수 있습니다. 메시지 발송, 사용자 정보 조회, 친구 목록 등!
Beta Was this translation helpful? Give feedback.
All reactions