You are here

MiniorangeOAuthClientConstants.php in Drupal OAuth & OpenID Connect Login - OAuth2 Client SSO 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\miniorange_oauth_client;

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

}

Classes