Skip to content

Commit b18d316

Browse files
committed
Add missing pod from PR #62
1 parent 9f8cd26 commit b18d316

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

lib/Net/SAML2/SP.pm

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,20 @@ sub post_binding {
300300
return $post;
301301
}
302302

303+
=head2 generate_sp_desciptor_id ( )
304+
305+
Returns the Net::SAML2 unique ID from Net::SAML2::Util::generate_id.
306+
307+
=cut
308+
303309
sub generate_sp_desciptor_id {
304310
my $self = shift;
305311
return Net::SAML2::Util::generate_id();
306312
}
307313

308-
=head2 metadata( )
314+
=head2 generate_metadata( )
309315
310-
Returns the metadata XML document for this SP.
316+
Generate the metadata XML document for this SP.
311317
312318
=cut
313319

@@ -412,6 +418,12 @@ sub generate_metadata {
412418
);
413419
}
414420

421+
=head2 metadata( )
422+
423+
Returns the metadata XML document for this SP.
424+
425+
=cut
426+
415427
sub metadata {
416428
my ($self) = @_;
417429

0 commit comments

Comments
 (0)