Are you an LLM? You can read better optimized documentation at /ja/api/id/operations/oauthauthorize.md for this page in Markdown format
認可を開始
GET
/oauth/authorize
PKCE 付き認可コードフロー向けのブラウザー用認可エンドポイントです。エンドユーザーは同意完了前に対話的に認証します。
パラメータ
クエリパラメータ
response_type*
型
必須string
client_id*
型
必須string
フォーマット
"uuid"redirect_uri*
Must exactly match the application's registered redirect URI.
型
必須string
フォーマット
"uri"scope*
Space-separated scopes. Supported values are user.public and user.full.
型
必須string
例
"user.full"state*
型
必須string
code_challenge*
型
必須string
code_challenge_method
Defaults to S256 when omitted. plain is not accepted.
型
string
有効な値
"S256"デフォルト
"S256"レスポンス
Redirects to the registered redirect URI with code and state query parameters on success.
