mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace OAuth2\Storage;
|
|
|
|
interface ClientEndpointInterface
|
|
{
|
|
|
|
}
|