kakao-android-sdk-rx / com.kakao.sdk.common.model / OAuthError

OAuthError

data class OAuthError : KakaoSdkError, Parcelable

로그인 에러

Constructors

<init>

로그인 에러

OAuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse)

Properties

reason

val reason: AuthErrorCause

response

val response: AuthErrorResponse

statusCode

val statusCode: Int