SAMLv2Logout constructor

SAMLv2Logout({
  1. SAMLLogoutBehavior behavior,
  2. String defaultVerificationKeyId,
  3. String keyId,
  4. bool requireSignedRequests,
  5. SAMLv2SingleLogout singleLogout,
  6. CanonicalizationMethod xmlSignatureC14nMethod,
})

Implementation

SAMLv2Logout(
    {this.behavior,
    this.defaultVerificationKeyId,
    this.keyId,
    this.requireSignedRequests,
    this.singleLogout,
    this.xmlSignatureC14nMethod});