Method: projects.apps.exchangeAppAttestAssertion

App Attest 어설션과 이전에 다음에서 가져온 아티팩트를 허용합니다. apps.exchangeAppAttestAttestation Apple에서 이를 인증합니다. 유효하면 AppCheckToken 에서 자세한 내용을 확인하실 수 있습니다.

HTTP 요청

POST https://firebaseappcheck.googleapis.com/v1/{app=projects/*/apps/*}:exchangeAppAttestAssertion

URL은 <ph type="x-smartling-placeholder"></ph> gRPC 트랜스코딩 구문을 사용합니다

경로 매개변수

매개변수
app

string

필수 항목입니다. iOS 앱의 상대적 리소스 이름으로, 형식은 다음과 같습니다.

projects/{project_number}/apps/{app_id}

필요한 경우 project_number 요소를 Firebase 프로젝트의 프로젝트 ID로 바꿀 수 있습니다. Google <ph type="x-smartling-placeholder"></ph> AIP 2510 있습니다.

요청 본문

요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.

JSON 표현
{
  "artifact": string,
  "assertion": string,
  "challenge": string,
  "limitedUse": boolean
}
필드
artifact

string ( bytes format)

필수 항목입니다. 이전 호출에서 반환된 아티팩트는 apps.exchangeAppAttestAttestation 에서 자세한 내용을 확인하실 수 있습니다.

base64 인코딩 문자열입니다.

assertion

string ( bytes format)

필수 항목입니다. 클라이언트 측 App Attest API에서 반환된 CBOR 인코딩 어설션입니다.

base64 인코딩 문자열입니다.

challenge

string ( bytes format)

필수 항목입니다. 에 대한 호출 직전에 반환된 일회성 챌린지 apps.generateAppAttestChallenge 에서 자세한 내용을 확인하실 수 있습니다.

base64 인코딩 문자열입니다.

limitedUse

boolean

이 증명이 <ph type="x-smartling-placeholder"></ph> 제한적 사용 <ph type="x-smartling-placeholder"> true </ph> ) 또는 <ph type="x-smartling-placeholder"></ph> 세션 기반 false ) 컨텍스트를 사용하는 것입니다. 이 증명을 <ph type="x-smartling-placeholder"></ph> 재생 보호 사용하려면 이를 <ph type="x-smartling-placeholder"> true </ph> 에서 자세한 내용을 확인하실 수 있습니다. 기본값은 false 에서 자세한 내용을 확인하실 수 있습니다.

응답 본문

요청이 성공하면 응답 본문에 AppCheckToken 에서 자세한 내용을 확인하실 수 있습니다.