SAMLv2Configuration constructor

SAMLv2Configuration({
  1. SAMLv2AssertionEncryptionConfiguration assertionEncryptionConfiguration,
  2. String audience,
  3. List<String> authorizedRedirectURLs,
  4. String callbackURL,
  5. bool debug,
  6. String defaultVerificationKeyId,
  7. SAMLv2IdPInitiatedLoginConfiguration initiatedLogin,
  8. String issuer,
  9. String keyId,
  10. LoginHintConfiguration loginHintConfiguration,
  11. SAMLv2Logout logout,
  12. String logoutURL,
  13. bool requireSignedRequests,
  14. CanonicalizationMethod xmlSignatureC14nMethod,
  15. XMLSignatureLocation xmlSignatureLocation,
})

Implementation

SAMLv2Configuration(
    {this.assertionEncryptionConfiguration,
    this.audience,
    this.authorizedRedirectURLs,
    this.callbackURL,
    this.debug,
    this.defaultVerificationKeyId,
    this.initiatedLogin,
    this.issuer,
    this.keyId,
    this.loginHintConfiguration,
    this.logout,
    this.logoutURL,
    this.requireSignedRequests,
    this.xmlSignatureC14nMethod,
    this.xmlSignatureLocation});