Client
in package
implements
ClientEntityInterface
uses
EntityTrait, ClientTrait
OAuth2 Client (Protocol layer)
Table of Contents
Interfaces
- ClientEntityInterface
Properties
- $name : mixed
- Name
Methods
- __construct() : mixed
- Constructor
- getName() : string
- Get Name
- getRedirectUri() : array<string|int, string>
- Get Redirect URI
- isConfidential() : bool
- Is Confidential
- setIsConfidential() : void
- Set Confidential Client
- setName() : void
- Set Name
- setRedirectUri() : void
- Set Redirect URI
Properties
$name
Name
protected
mixed
$name
Tags
Methods
__construct()
Constructor
public
__construct() : mixed
getName()
Get Name
public
getName() : string
Return values
stringgetRedirectUri()
Get Redirect URI
public
getRedirectUri() : array<string|int, string>
Return values
array<string|int, string>isConfidential()
Is Confidential
public
isConfidential() : bool
Return values
boolsetIsConfidential()
Set Confidential Client
public
setIsConfidential(bool $isConfidential) : void
Parameters
- $isConfidential : bool
setName()
Set Name
public
setName(string $name) : void
Parameters
- $name : string
setRedirectUri()
Set Redirect URI
public
setRedirectUri(array<string|int, string> $uri) : void
Parameters
- $uri : array<string|int, string>