Cert Api Client
Types
Functions
Link copied to clipboard
fun certLoginWithKakaoAccount(context: Context, certType: CertType, prompts: List<Prompt>? = null, identifyItems: List<IdentifyItem>? = null, signData: String? = null, settleId: String? = null, nonce: String? = null, loginHint: String? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (certTokenInfo: CertTokenInfo?, error: Throwable?) -> Unit)
Content copied to clipboard
채널 메시지 방식 카카오톡 인증 로그인
Link copied to clipboard
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, callback: (certTokenInfo: CertTokenInfo?, error: Throwable?) -> Unit)
Content copied to clipboard
앱투앱(App-to-App) 방식 카카오톡 인증 로그인
Link copied to clipboard
임시 키 쌍을 삭제합니다. 세션 정보도 함께 삭제됩니다.
Link copied to clipboard
세션이 유효한지 확인합니다.
Link copied to clipboard
세션 정보를 반환합니다.
fun sessionInfo(txId: String, callback: (sessionInfo: SessionInfo?, error: Throwable?) -> Unit)
Content copied to clipboard
생성된 임시 키 쌍의 유효성 확인 후 세션 정보를 반환합니다.