5 Matching Annotations
  1. Oct 2024
    1. The Google authorization server supports the following query string parameters for web server applications:

      ?구글 '권한 부여' 서버는 아래 query string(검색어)들을 제공함.

      체크

      '웹 서버 애플리케이션'은 또 무슨 말?

    2. redirect the user to Google's OAuth 2.0 server.

      유저 데이터 접근에 승인을 요구하려면, 유저를 Google's OAuth 2.0 서버로 리다이렉트 시켜라.

    3. OAuth 2.0 Endpoints

      체크

      Endpoints의 정확한 의미는?

    4. Your application must have that consent before it can execute a Google API request that requires user authorization.

      ?당연하게도, "Google API 요청하려면 사전에 유저 동의를 받아라" 의미.