WorkforcePoolProviderScimToken constructor

WorkforcePoolProviderScimToken({
  1. String? displayName,
  2. String? name,
  3. String? securityToken,
  4. String? state,
})

Implementation

WorkforcePoolProviderScimToken({
  this.displayName,
  this.name,
  this.securityToken,
  this.state,
});