Rx User Api Client
class RxUserApiClient(userApi: RxUserApi = ApiFactory.rxKapiWithOAuth.create(RxUserApi::class.java), val authOperations: RxAuthOperations = RxAuthOperations.instance, tokenManagerProvider: TokenManagerProvider = TokenManagerProvider.instance)
카카오 로그인 API 클라이언트
Client for the Kakao Login APIs
Constructors
Link copied to clipboard
constructor(userApi: RxUserApi = ApiFactory.rxKapiWithOAuth.create(RxUserApi::class.java), authOperations: RxAuthOperations = RxAuthOperations.instance, tokenManagerProvider: TokenManagerProvider = TokenManagerProvider.instance)
Functions
Link copied to clipboard
액세스 토큰 정보
Access token information
Link copied to clipboard
fun loginWithKakaoTalk(context: Context, requestCode: Int = AuthCodeClient.DEFAULT_REQUEST_CODE, nonce: String? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<OAuthToken>
카카오톡으로 로그인
Login with Kakao Talk
Link copied to clipboard
fun loginWithNewScopes(context: Context, scopes: List<String>, nonce: String? = null): Single<OAuthToken>
추가 항목 동의 받기
Request additional consent
Link copied to clipboard
동의 철회하기
Revoke consent
Link copied to clipboard
서비스 약관 동의 철회하기
Revoke consent for service terms
Link copied to clipboard
배송지 선택하기
Select shipping address
Link copied to clipboard
서비스 약관 동의 내역 확인하기
Retrieve consent details for service terms
Link copied to clipboard
fun shippingAddresses(fromUpdatedAt: Date? = null, pageSize: Int? = null): Single<UserShippingAddresses>
배송지 가져오기
Retrieve shipping address
Link copied to clipboard
사용자 정보 저장하기
Store user information