format = SAML2_Const::NAMEID_TRANSIENT; } /** * Get the NameID value. * * @return string|NULL The NameID value. */ protected function getValue(array &$state) { return SimpleSAML_Utilities::generateID(); } }