data class ScopeInfo : Parcelable
ScopeInfo(id: Long, scopes: List<Scope>?)
회원번호
val id: Long
해당 앱의 동의 항목 목록
val scopes: List<Scope>?