_propDict)) { return $this->_propDict["redirectUris"]; } else { return null; } } /** * Sets the redirectUris * Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. * * @param string $val The value of the redirectUris * * @return PublicClientApplication */ public function setRedirectUris($val) { $this->_propDict["redirectUris"] = $val; return $this; } }