You are here

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

saml_sp_AuthnRequest

Code

public function getId() {
  return $this->_id;
}