You are here

MiniorangeOAuthClientConstants.php in OAuth2 Login 8

Contains constants class.

File

src/MiniorangeOAuthClientConstants.php
View source
<?php

/**
 * @file
 * Contains constants class.
 */

/**
 * @file
 * This class represents constants used throughout project.
 */
namespace Drupal\oauth2_login;

class MiniorangeOAuthClientConstants {
  const BASE_URL = 'https://login.xecurify.com';

}

Classes