_propDict)) { return $this->_propDict["userRegistrationDetails"]; } else { return null; } } /** * Sets the userRegistrationDetails * Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication). * * @param UserRegistrationDetails[] $val The userRegistrationDetails * * @return AuthenticationMethodsRoot */ public function setUserRegistrationDetails($val) { $this->_propDict["userRegistrationDetails"] = $val; return $this; } }