Cert Api Client
class CertApiClient(manager: CertApiManager = CertApiManager.instance, intentResolveClient: IntentResolveClient = IntentResolveClient.instance)
Constructors
Functions
Link copied to clipboard
@JvmOverloads
카카오계정으로 인증 로그인
Certification Login with Kakao Account
Link copied to clipboard
@JvmOverloads
카카오톡으로 인증 로그인
Certification Login with Kakao Talk
Link copied to clipboard
임시 키 쌍 삭제
Delete key pair
Link copied to clipboard
카카오톡으로 사용자 서명 가능 여부 조회
Checks whether the Request user signature is available
Link copied to clipboard
세션 유효성 조회
Validate session
Link copied to clipboard
fun reducedSign(certType: CertType, data: String, callback: (signature: String?, error: Throwable?) -> Unit)
축약서명
Sign for abbreviated signature
Link copied to clipboard
세션 정보 반환
Returns session infomation
fun sessionInfo(certType: CertType, txId: String, callback: (sessionInfo: SessionInfo?, error: Throwable?) -> Unit)
세션 정보 조회
Retrieve session infomation
Link copied to clipboard
@JvmOverloads
세션 정보 조회
Retrieve session infomation
Link copied to clipboard
@JvmOverloads
사용자 서명 요청
Request user signature