$id
$id : string
Contains the ID of the Logout Response
SAML 2 Logout Response
$_settings : \OneLogin_Saml2_Settings
Object that represents the setting info
__construct(\OneLogin_Saml2_Settings $settings, string|null $response = null)
Constructs a Logout Response object (Initialize params from settings and if provided load the Logout Response.
\OneLogin_Saml2_Settings | $settings | Settings. |
string|null | $response | An UUEncoded SAML Logout response from the IdP. |
isValid(string|null $requestId = null, boolean $retrieveParametersFromServer = false) : boolean
Determines if the SAML LogoutResponse is valid
string|null | $requestId | The ID of the LogoutRequest sent by this SP to the IdP |
boolean | $retrieveParametersFromServer |
Returns if the SAML LogoutResponse is or not valid