Google OAuth 2.0 Login

POST

Sign in or automatic signup using Google OAuth 2.0.

View as Markdown

Ejemplos de Código Multilenguaje

curl -X POST https://telaruma.com/api/v1/auth.cfc?method=google -H "Content-Type: application/json" -d '{\"googleId\":\"123456\", \"email\":\"user@domain.com\"}'
¿Te fue útil esta página?