certLoginWithKakaoTalk

fun certLoginWithKakaoTalk(context: Context, certType: CertType, signData: String? = null, settleId: String? = null, txId: String? = null, prompts: List<Prompt>? = null, identifyItems: List<IdentifyItem>? = null, requestCode: Int = AuthCodeClient.DEFAULT_REQUEST_CODE, nonce: String? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<CertTokenInfo>

카카오톡으로 인증 로그인
Certification Login with Kakao Talk

Parameters

context

Android Context

certType

상품 종류
Product type

prompts

동의 화면에 상호작용 추가 요청 프롬프트
Prompt to add an interaction to the consent screen

signData

서명할 데이터
Data to sign

nonce

ID 토큰 재생 공격 방지를 위한 검증 값, 임의의 문자열
Random strings to prevent replay attacks

settleId

정산 ID
Settlement ID

txId

전자서명 접수번호
Transaction ID

identifyItems

확인할 서명자 정보
Signer information to verify

channelPublicIds

카카오톡 채널 프로필 ID
Kakao Talk Channel's profile IDs

serviceTerms

서비스 약관 목록
List of service terms