인증 APIOAuth 토큰 갱신OAuth Refresh 토큰을 사용하여 OAuth 토큰을 갱신합니다. GET/api/oauth/refreshSendHeadersAuthorizationAuthorizationRequiredBearer <token>In: headercURLJavaScriptGoPythoncurl -X GET "https://example.com/api/oauth/refresh" \ -H "Authorization: Bearer <token>"200갱신 성공시.Response{ "accessToken": "g0sE123...", "refreshToken": "j1nGb32...", "idToken": 1 }TypeScriptOAuth 설정 수정해당 OAuth 설정 일부를 수정합니다.사용자 프로필 정보연동된 게임에서 사용자 기본 정보를 얻습니다.