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. |
확인
잘못된 요청
찾을 수 없음
찻주전자라 커피를 끓일 수 없음
처리할 수 없는 엔터티
요청이 너무 많음
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"
}