grant_type required | string JWTを取得するタイプ。以下の値を指定できます:
|
client_id required | string Your application ID. The value for this parameter depends on the value of the
Note that values for |
refresh_token | string
|
client_secret | string Your secret key. The value for this parameter depends on the value of the
Note that values for |
redirect_uri | string |
code | string JWTに交換される認証コード。grant_type=authorization_codeの場合は、必須です。 |
code_verifier | string The code verifier for the PKCE request, that the app originally generated before the authorization request. |
OK
無効なリクエスト
見つかりません
私はティーポット
処理不可能なエンティティー
リクエストの回数が多すぎます
refresh_token=string&grant_type=string&client_secret=string&client_id=string&redirect_uri=string&code=string&code_verifier=string
{- "access_token": "2YotnFZFEjr1zCsicMWpAA",
- "expires_in": 3600,
- "refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
- "scope": "email user_profile",
- "token_type": "bearer"
}