loginWithKakao

fun loginWithKakao(context: Context, uiMode: LoginUiMode = LoginUiMode.AUTO, accountParams: AccountLoginParams? = null, nonce: String? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<OAuthToken>

카카오톡으로 로그인과 카카오계정으로 로그인 중 하나를 선택할 수 있는 화면 제공
Provides a screen where users can choose between logging in with Kakao Talk or Kakao Account.

Parameters

uiMode

로그인 선택 화면 모드
Login selection screen UI mode

accountParams

카카오계정으로 로그인 기능을 위한 설정
Configuration for Login with Kakao Account

nonce

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

channelPublicIds

카카오톡 채널 ID 목록
List of Kakao Talk Channel IDs

serviceTerms

서비스 약관 목록
List of service terms