class RxAuthCodeClient
OAuth 2.0 Spec 의 인증 코드를 발급받기 위해 사용되는 클라이언트. (for ReactiveX)
<init> |
OAuth 2.0 Spec 의 인증 코드를 발급받기 위해 사용되는 클라이언트. (for ReactiveX) RxAuthCodeClient(intentResolveClient: IntentResolveClient = IntentResolveClient.instance, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo, contextInfo: ContextInfo = KakaoSdk.applicationContextInfo) |
authorizeWithKakaoAccount |
기본 웹 브라우저(CustomTabs)에 있는 카카오계정 cookie 로 인증하여 인증 코드 발급. fun authorizeWithKakaoAccount(context: Context, scopes: List<String>? = null, agt: String? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<String> |
authorizeWithKakaoTalk |
카카오톡에 연결된 카카오계정으로 사용자를 인증하고 인증 코드 발급. fun authorizeWithKakaoTalk(context: Context, requestCode: Int = AuthCodeClient.DEFAULT_REQUEST_CODE, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<String> |
instance |
val instance: RxAuthCodeClient |