SAML 2 Logout Response
__construct(\OneLogin_Saml2_Settings $settings, string|null $response = null)
\OneLogin_Saml2_SettingsSettings.
string|nullAn UUEncoded SAML Logout response from the IdP.
getIssuer() : string|null
string|null$issuer The Issuer
getStatus() : string
stringThe Status
getError() : string
stringCause
build(string $inResponseTo)
stringInResponseTo value for the Logout Response.
getResponse() : string
stringLogout Response deflated and base64 encoded
isValid(string $requestId = null) : bool
| throws | |
|---|---|
stringThe ID of the LogoutRequest sent by this SP to the IdP
boolReturns if the SAML LogoutResponse is or not valid
_query(string $query) : \DOMNodeList
stringXpath Expresion
\DOMNodeListThe queried node
_settings : \OneLogin_Saml2_Settings
| var | |
|---|---|
\OneLogin_Saml2_Settings
_logoutResponse : string
| var | |
|---|---|
string
document : \DomDocument
| var | |
|---|---|
\DomDocument
_error : string
| var | |
|---|---|
string