mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Updated docblock
This commit is contained in:
parent
785d3bd21f
commit
d7ddfe6452
@ -1,9 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Created by PhpStorm.
|
* OAuth 2.0 Secure key default algorithm
|
||||||
* User: jderay
|
*
|
||||||
* Date: 3/11/14
|
* @package php-loep/oauth2-server
|
||||||
* Time: 12:22 PM
|
* @author Alex Bilbie <hello@alexbilbie.com>
|
||||||
|
* @copyright Copyright (c) 2013 PHP League of Extraordinary Packages
|
||||||
|
* @license http://mit-license.org/
|
||||||
|
* @link http://github.com/php-loep/oauth2-server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace League\OAuth2\Server\Util\KeyAlgorithm;
|
namespace League\OAuth2\Server\Util\KeyAlgorithm;
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Created by PhpStorm.
|
* OAuth 2.0 Key algorithm interface
|
||||||
* User: jderay
|
*
|
||||||
* Date: 3/11/14
|
* @package php-loep/oauth2-server
|
||||||
* Time: 12:22 PM
|
* @author Alex Bilbie <hello@alexbilbie.com>
|
||||||
|
* @copyright Copyright (c) 2013 PHP League of Extraordinary Packages
|
||||||
|
* @license http://mit-license.org/
|
||||||
|
* @link http://github.com/php-loep/oauth2-server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace League\OAuth2\Server\Util\KeyAlgorithm;
|
namespace League\OAuth2\Server\Util\KeyAlgorithm;
|
||||||
|
Loading…
Reference in New Issue
Block a user