Skip to main content
GET
Redirect to authorization page (RFC 6749)

查询参数

client_id
string
必填

Application UUID

redirect_uri
string
必填

Registered redirect URI

response_type
enum<string>
必填

Must be 'code'

可用选项:
code
scope
string

Space-separated OAuth scopes

state
string

Opaque state value for CSRF protection

响应

Redirect to frontend authorization page