InboundOidcSsoProfile constructor
InboundOidcSsoProfile({
- String? customer,
- String? displayName,
- OidcIdpConfig? idpConfig,
- String? name,
- OidcRpConfig? rpConfig,
Implementation
InboundOidcSsoProfile({
this.customer,
this.displayName,
this.idpConfig,
this.name,
this.rpConfig,
});