CreateAuthorization constructor

CreateAuthorization(
  1. String? note, {
  2. List<String>? scopes,
  3. String? noteUrl,
  4. String? clientId,
  5. String? clientSecret,
})

Implementation

CreateAuthorization(this.note,
    {this.scopes, this.noteUrl, this.clientId, this.clientSecret});