Net::SAML2::Protocol::LogoutResponse − SAML2 LogoutResponse Protocol object
version 0.83
my $logout_req =
Net::SAML2::Protocol::LogoutResponse−>new(
issuer => $issuer,
destination => $destination,
status => $status,
in_response_to => $in_response_to,
);
This object deals with the LogoutResponse messages from SAML. It implements the role Net::SAML2::Role::ProtocolMessage.
Constructor. Returns an instance of the LogoutResponse object.
Arguments:
issuer
SP's identity URI (required)
destination
IdP's identity URI
status
Response status (required)
substatus
The sub status
in_response_to
Request ID we're responding to (required);
Deprecated use in_response_to
Create a LogoutResponse object from the given XML.
Arguments:
|
xml |
XML data |
Returns the LogoutResponse as XML.
|
• |
Chris Andrews <[email protected]> |
|||
|
• |
Timothy Legge <[email protected]> |
This software is copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.