constants.php in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Contains constants class.
File
includes/constants.phpView source
<?php
/**
* @file
* Contains constants class.
*/
/**
* @file
* This class represents constants used throughout project.
*/
class MiniorangeSAMLConstants {
const BASE_URL = 'https://login.xecurify.com';
}
Classes
Name | Description |
---|---|
MiniorangeSAMLConstants | @file This class represents constants used throughout project. |