SamlIdpConfig constructor

SamlIdpConfig({
  1. String? changePasswordUri,
  2. String? entityId,
  3. String? logoutRedirectUri,
  4. String? singleSignOnServiceUri,
})

Implementation

SamlIdpConfig({
  this.changePasswordUri,
  this.entityId,
  this.logoutRedirectUri,
  this.singleSignOnServiceUri,
});