WorkforceIdentitySettings constructor

WorkforceIdentitySettings({
  1. OAuth2? oauth2,
  2. List<String>? workforcePools,
})

Implementation

WorkforceIdentitySettings({
  this.oauth2,
  this.workforcePools,
});