We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad0f5d0 + 523ba92 commit 4b67406Copy full SHA for 4b67406
lib/Net/SAML2/Protocol/Assertion.pm
@@ -188,11 +188,23 @@ sub name {
188
return $self->attributes->{CN}->[0];
189
}
190
191
+=head2 nameid
192
+
193
+Returns the NameID
194
195
+=cut
196
197
sub nameid {
198
my $self = shift;
199
return $self->nameid_object->textContent;
200
201
202
203
204
+Returns the NameID Format
205
206
207
208
sub nameid_format {
209
210
return $self->nameid_object->getAttribute('Format');
0 commit comments