인디노트

FIDO - residentKey 본문

인증기술/FIDO

FIDO - residentKey

인디개발자 2021. 1. 5. 10:56

residentKey, of type DOMString

Specifies the extent to which the Relying Party desires to create a client-side discoverable credential. For historical reasons the naming retains the deprecated “resident” terminology. The value SHOULD be a member of ResidentKeyRequirement but client platforms MUST ignore unknown values, treating an unknown value as if the member does not exist. If no value is given then the effective value is required if requireResidentKey is true or discouraged if it is false or absent.

See ResidentKeyRequirement for the description of residentKey's values and semantics.

DOMString 유형의 residentKey

신뢰 당사자가 클라이언트 측 검색 가능한 신임 정보를 작성하려는 범위를 지정합니다. 역사적 이유로 이름 지정은 더 이상 사용되지 않는 "resident" 용어를 유지합니다. 값은 ResidentKeyRequirement의 멤버여야 하지만 클라이언트 플랫폼은 알 수 없는 값을 멤버가 없는 것처럼 처리하여 알 수 없는 값을 무시해야 합니다. 값이 제공되지 않으면 requireResidentKey가 true 이면 유효값이 필요하고 false 이거나 없는 경우 권장하지 않습니다.

residentKey의 값 및 의미에 대한 설명은 ResidentKeyRequirement 를 참조하십시오.

반응형
Comments