Google Business Messages는 2024년 7월 31일에 지원 중단됩니다.
자세히 알아보기
AuthenticationResponse
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"code": string,
"errorDetails": {
object (ErrorDetails )
},
"redirectUri": string
} |
필드 |
code |
string
클라이언트가 액세스 토큰과 교환하는 승인 코드입니다.
|
errorDetails |
object (ErrorDetails )
인증 서버의 오류 세부정보입니다.
|
redirectUri |
string
리디렉션 URI입니다.
|
ErrorDetails
JSON 표현 |
{
"error": enum (Error ),
"errorDescription": string
} |
필드 |
error |
enum (Error )
서버가 리디렉션 URL에 추가하는 오류입니다.
|
errorDescription |
string
사람이 읽을 수 있는 오류 설명입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThe authentication server response contains an authorization code, error details (if any), and a redirect URI.\u003c/p\u003e\n"],["\u003cp\u003eThe authorization code is used by the client to obtain an access token.\u003c/p\u003e\n"],["\u003cp\u003eIf an error occurs during authentication, the response includes an error code and a human-readable description.\u003c/p\u003e\n"]]],[],null,["# AuthenticationResponse\n\nA response from the authentication server once the user signs-in.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"code\": string, \"errorDetails\": { object (/business-communications/business-messages/reference/rest/v1/AuthenticationResponse#ErrorDetails) }, \"redirectUri\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `code` | `string` The authorization code that the client exchanges for an access token. |\n| `errorDetails` | `object (`[ErrorDetails](/business-communications/business-messages/reference/rest/v1/AuthenticationResponse#ErrorDetails)`)` The error details from the authentication server. |\n| `redirectUri` | `string` Redirect URI. |\n\nErrorDetails\n------------\n\nThe message containing error details.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"error\": enum (/business-communications/business-messages/reference/rest/v1/Error), \"errorDescription\": string } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| `error` | `enum (`[Error](/business-communications/business-messages/reference/rest/v1/Error)`)` An error which the server adds to the redirect URL. |\n| `errorDescription` | `string` A human-readable description of the error. |"]]