InboundOidcSsoProfile constructor

InboundOidcSsoProfile({
  1. String? customer,
  2. String? displayName,
  3. OidcIdpConfig? idpConfig,
  4. String? name,
  5. OidcRpConfig? rpConfig,
})

Implementation

InboundOidcSsoProfile({
  this.customer,
  this.displayName,
  this.idpConfig,
  this.name,
  this.rpConfig,
});