~~NOTOC~~ [[configuration_api]] > [[BS2_SetAuthConfigExt]] ---- ===== BS2_SetAuthConfigExt ===== [+ 2.7.1] ''Visual Face 기반 장치'' 장치의 인증 설정 정보를 저장합니다. \\ **도움말**\\ 만일 Visual Face 기반이 아닌 경우, [[BS2_SetAuthConfig]]를 사용하세요. ==== 함수 ==== #include "BS_API.h" int BS2_SetAuthConfigExt(void* context, uint32_t deviceId, const BS2AuthConfigExt* config); [[configuration api#BS2AuthConfigExt|BS2AuthConfigExt 구조체 보기]] ==== 파라미터 ==== * [In] ''//context//'' : Context * [In] ''//deviceId//'' : 장치 식별자 * [In] ''//config//'' : 인증 설정 정보 포인터 ==== 반환값 ==== 성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다.