ScopeInfo

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

사용자 동의 내역
User consent history

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

회원번호
Service user ID

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

앱의 동의항목 목록
List of scopes in the app