Scope class

KO: 동의항목 정보
EN: Scope information

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

Properties

agreed bool
KO: 동의 여부
EN: The consent status of the service terms
final
delegated bool?
KO: 카카오가 관리하지 않는 위임 동의항목인지 여부, 현재 사용 중인 동의항목만 응답에 포함
EN: The consent status of the service terms
final
displayName String
KO: 사용자 동의 화면에 출력되는 동의항목의 이름 또는 설명
EN: Name or description of the scope displayed on the Consent screen.
final
hashCode int
The hash code for this object.
no setterinherited
id String
KO: 사용자 동의 화면에 출력되는 동의항목의 이름 또는 설명
EN: Name or description of the scope displayed on the Consent screen.
final
revocable bool?
KO: 동의 철회 가능 여부
EN: Whether the scope can be revoked
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ScopeType
KO: 동의항목 타입(PRIVACY: 개인정보 보호 동의 항목 | SERVICE: 접근권한 관리 동의 항목)
EN: Type of the scope (PRIVACY: for personal information | SERVICE: for permission)
final
using bool
KO: 동의항목 사용 여부
EN: Whether your app is using the scope
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