|
NAMENet::SAML2::Protocol::LogoutRequest - SAML2 LogoutRequest Protocol object VERSIONversion 0.82 SYNOPSIS my $logout_req = Net::SAML2::Protocol::LogoutRequest->new(
issuer => $issuer,
destination => $destination,
nameid => $nameid,
session => $session,
);
METHODSnew( ... )Constructor. Returns an instance of the LogoutRequest object. Arguments:
The following options alter the output of the NameID element
new_from_xml( ... )Create a LogoutRequest object from the given XML. Arguments:
as_xml( )Returns the LogoutRequest as XML. AUTHORS
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.
|