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