Skip to content

로그인 URL Default

GET/auth/provider.google/urlCopied!

Google로 로그인을 위한 URL을 생성해요.

접근 가능한 사용자

비로그인 사용자

Request

없음

Response

Returns 200 OK.

urlstring
Google 인증 URL

Example: https://accounts.google.com/o/oauth2/v2/auth?...

Example

bash
curl 'https://api.youvico.com/auth/provider.google/url'
json
{
  "url": "https://accounts.google.com/o/oauth2/v2/auth?client_id=...&redirect_uri=...&response_type=code&scope=..."
}