현재 로그인 상태를 확인합니다.
Future<bool> isLoggedIn() async { final result = await getCurrentAccessToken(); return result.isValid(); }