Skip to content

로그인 URL Default

GET/auth/provider.apple/urlCopied!

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

접근 가능한 사용자

비로그인 사용자

Request

없음

Response

Returns 200 OK.

urlstring
Apple 인증 URL

Example: https://appleid.apple.com/auth/authorize?...

Example

bash
curl 'https://api.youvico.com/auth/provider.apple/url'
json
{
  "url": "https://appleid.apple.com/auth/authorize?client_id=...&redirect_uri=...&response_type=code&scope=..."
}