ScopeInfo

data class ScopeInfo(id: Long, scopes: List<Scope>?) : Parcelable

사용자 동의 내역

Constructors

Link copied to clipboard
fun ScopeInfo(id: Long, scopes: List<Scope>?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val id: Long

회원번호

Link copied to clipboard
val scopes: List<Scope>?

해당 앱의 동의 항목 목록