public function saml_sp_AuthnRequest::getId in SAML Service Provider 7.8
Returns the AuthNRequest ID.
Return value
string
File
- includes/
saml_sp.AuthnRequest.inc, line 86
Class
Code
public function getId() {
return $this->_id;
}
Returns the AuthNRequest ID.
string
public function getId() {
return $this->_id;
}