ClientId constructor

ClientId(
  1. String identifier, [
  2. String? secret
])

Implementation

ClientId(this.identifier, [this.secret]);