_propDict)) { if (is_a($this->_propDict["authenticationMode"], "\Microsoft\Graph\Model\MicrosoftAuthenticatorAuthenticationMode") || is_null($this->_propDict["authenticationMode"])) { return $this->_propDict["authenticationMode"]; } else { $this->_propDict["authenticationMode"] = new MicrosoftAuthenticatorAuthenticationMode($this->_propDict["authenticationMode"]); return $this->_propDict["authenticationMode"]; } } return null; } /** * Sets the authenticationMode * Determines which types of notifications can be used for sign-in. Possible values are: any, deviceBasedPush (passwordless only), push. * * @param MicrosoftAuthenticatorAuthenticationMode $val The authenticationMode * * @return MicrosoftAuthenticatorAuthenticationMethodTarget */ public function setAuthenticationMode($val) { $this->_propDict["authenticationMode"] = $val; return $this; } }