Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
OIDC 準拠パイプラインがリフレッシュトークンの使用にどのような影響を与えるかを説明します。
/delegation
/oauth/token
POST /delegation Content-Type: 'application/json' { "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer", "client_id": "...", "refresh_token": "...", "scope": "openid profile" }
POST /oauth/token Content-Type: application/x-www-form-urlencoded grant_type=refresh_token&refresh_token=123&client_id=123&client_secret=123&scope=openid+profile&audience=https%3A%2F%2Fapi.example.com
audience
client_secret
refresh_token