IdentityAwareProxyClient constructor

IdentityAwareProxyClient({
  1. String? displayName,
  2. String? name,
  3. String? secret,
})

Implementation

IdentityAwareProxyClient({
  this.displayName,
  this.name,
  this.secret,
});