Scope class

동의 항목별 정보

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)

Properties

agreed → bool
사용자 동의 여부
final
delegated → bool?
카카오가 관리하지 않는 위임 동의 항목인지 여부. 현재 사용 중인 동의 항목이고, 위임 동의 항목인 경우에만 응답에 포함
final
displayName → String
사용자 동의 화면에 출력되는 동의 항목 이름 또는 설명
final
hashCode → int
The hash code for this object.
read-onlyinherited
id → String
동의항목 ID
final
revocable → bool?
동의 항목의 동의 철회 가능 여부 사용자가 동의한 동의 항목인 경우에만 응답에 포함
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
type ScopeType
동의 항목 타입 PRIVACY(개인정보 보호 동의 항목) / SERVICE(접근권한 관리 동의 항목) 중 하나
final
using → bool
동의 항목의 현재 사용 여부. 사용자가 동의했으나 현재 앱에 설정되어 있지 않은 동의 항목의 경우 false
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited