ClientScope constructor

ClientScope({
  1. Application? restrictedClientApplication,
  2. Project? restrictedProject,
})

Implementation

ClientScope({this.restrictedClientApplication, this.restrictedProject});