ScopeInfo

public struct ScopeInfo : Codable

사용자 동의 내역

  • id

    회원번호

    Declaration

    Swift

    public let id: Int64
  • 해당 앱의 동의 항목(Scope) 목록 (empty 일 경우가 있음)

    Declaration

    Swift

    public let scopes: [Scope]?