Skip to content

Commit ead86cf

Browse files
committed
Fix documentation for getNameIdSPNameQualifier
1 parent f9960d9 commit ead86cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ Main class of OneLogin PHP Toolkit
13261326
* `getNameId` - Returns the nameID
13271327
* `getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
13281328
* `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1329-
* `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
1329+
* `getNameIdSPNameQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
13301330
* `getSessionIndex` - Gets the SessionIndex from the AuthnStatement.
13311331
* `getErrors` - Returns if there were any error
13321332
* `getSSOurl` - Gets the SSO url.
@@ -1364,7 +1364,7 @@ SAML 2 Authentication Response class
13641364
* `getNameId` - Gets the NameID provided by the SAML response from the IdP.
13651365
* `getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
13661366
* `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1367-
* `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
1367+
* `getNameIdSPNameQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
13681368
* `getSessionNotOnOrAfter` - Gets the SessionNotOnOrAfter from the
13691369
AuthnStatement
13701370
* `getSessionIndex` - Gets the SessionIndex from the AuthnStatement.

0 commit comments

Comments
 (0)