Google 서드 파티 승인 자바스크립트 라이브러리 로드

사용자가 OAuth 2.0 코드 또는 토큰을 로드할 수 있는 모든 페이지에서 Google 3P 승인 자바스크립트 라이브러리를 로드해야 합니다. 다음 코드 스니펫을 사용하세요.

<script src="https://accounts.google.com/gsi/client" onload="console.log('TODO: add onload function')">  
</script>

asyncdefer 부울 속성으로 스크립트를 로드하면 페이지의 로드 속도를 최적화할 수 있습니다.