Skip to main content
GET
Autorizar (browser)

Parâmetros de consulta

client_id
string
obrigatório

ID do cliente OAuth.

response_type
enum<string>
obrigatório

Sempre code (authorization code).

Opções disponíveis:
code
redirect_uri
string<uri>
obrigatório

Deve coincidir exatamente com uma URI registrada.

scope
string

Escopos separados por espaço (ex.: email:send contacts:read).

state
string

Valor aleatório — valide no callback contra CSRF.

code_challenge
string
obrigatório

BASE64URL(SHA256(code_verifier)).

code_challenge_method
enum<string>
obrigatório

Sempre S256.

Opções disponíveis:
S256

Resposta

Redirección al login o a redirect_uri?code=...&state=... tras la aprobación.