kakao-android-sdk-rx / com.kakao.sdk.auth.model / OAuthToken / <init>

<init>

OAuthToken(accessToken: String? = null, accessTokenExpiresAt: Date? = null, refreshToken: String? = null, refreshTokenExpiresAt: Date? = null, scopes: List<String>? = null)

Author
kevin.kang. Created on 2018. 3. 20..