![]() |
![]()
| ![]() |
![]()
NAMENet::OpenID::Yadis::Service - Class representing an XRDS Service element VERSIONversion 1.20 SYNOPSISuse Net::OpenID::Yadis; my $disc = Net::OpenID::Yadis->new(); my @xrd = $disc->discover("http://id.example.com/") or Carp::croak($disc->err); foreach my $srv (@xrd) { # Loop for Each Service in Yadis Resourse Descriptor print $srv->priority; # Service priority (sorted) print $srv->Type; # Identifier of some version of some service (scalar, array or array ref) print $srv->URI; # URI that resolves to a resource providing the service (scalar, array or array ref) print $srv->extra_field("Delegate","http://openid.net/xmlns/1.0"); # Extra field of some service } DESCRIPTIONAfter Net::OpenID::Yadis performs discovery, the result is a list of instances of this class. METHODS
COPYRIGHT, WARRANTY, AUTHORSee Net::OpenID::Yadis for author, copyright and licensing information. SEE ALSONet::OpenID::Yadis Yadis website: <http://yadis.org/>
|