![]() |
![]()
| ![]() |
![]()
NAMENet::SAML2::Protocol::LogoutResponse - SAML2 LogoutResponse Protocol object VERSIONversion 0.82 SYNOPSISmy $logout_req = Net::SAML2::Protocol::LogoutResponse->new( issuer => $issuer, destination => $destination, status => $status, in_response_to => $in_response_to, ); DESCRIPTIONThis object deals with the LogoutResponse messages from SAML. It implements the role Net::SAML2::Role::ProtocolMessage. METHODSnew( ... )Constructor. Returns an instance of the LogoutResponse object. Arguments:
response_to()Deprecated use in_response_to new_from_xml( ... )Create a LogoutResponse object from the given XML. Arguments:
as_xml( )Returns the LogoutResponse as XML. SEE ALSONet::SAML2::Roles::ProtocolMessageAUTHORS
COPYRIGHT AND LICENSEThis 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.
|