mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +05:30
Converted tabs to spaces
This commit is contained in:
parent
6d7aa9726d
commit
dfaa99eb26
@ -4,22 +4,22 @@ namespace LNCD\OAuth2server;
|
||||
|
||||
class Client
|
||||
{
|
||||
protected $id;
|
||||
protected $secret;
|
||||
protected $redirect_uri;
|
||||
protected $id;
|
||||
protected $secret;
|
||||
protected $redirect_uri;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public function validate(array $details)
|
||||
{
|
||||
public function validate(array $details)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public function redirectUri(string $redirectUri, array $params, $queryDelimeter = '?')
|
||||
{
|
||||
// Generates the redirect uri with appended params
|
||||
}
|
||||
public function redirectUri(string $redirectUri, array $params, $queryDelimeter = '?')
|
||||
{
|
||||
// Generates the redirect uri with appended params
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user