class UpdateOAuthClientCommand extends CreateOAuthClientCommand (View source)

Properties

protected string $name from  CreateOAuthClientCommand
protected string $redirect from  CreateOAuthClientCommand
protected int|null $consentType from  CreateOAuthClientCommand
protected bool $enableDocumentation from  CreateOAuthClientCommand
protected bool $hasCustomScopes from  CreateOAuthClientCommand
protected string[] $customScopes from  CreateOAuthClientCommand
protected string $clientIdentifier

Methods

static string
getHandler()

No description

from  Command
string
getName()

No description

void
setName(string $name)

No description

string
getRedirect()

No description

void
setRedirect(string $redirect)

No description

int|null
getConsentType()

No description

void
setConsentType(int|null $consentType)

No description

bool
isEnableDocumentation()

No description

void
setEnableDocumentation(bool $enableDocumentation)

No description

bool
hasCustomScopes()

No description

void
setHasCustomScopes(bool $hasCustomScopes)

No description

array
getCustomScopes()

No description

void
setCustomScopes(array $customScopes)

No description

__construct(string $clientIdentifier)

No description

string
getClientIdentifier()

No description

Details

static string getHandler()

No description

Return Value

string

string getName()

No description

Return Value

string

void setName(string $name)

No description

Parameters

string $name

Return Value

void

string getRedirect()

No description

Return Value

string

void setRedirect(string $redirect)

No description

Parameters

string $redirect

Return Value

void

int|null getConsentType()

No description

Return Value

int|null

void setConsentType(int|null $consentType)

No description

Parameters

int|null $consentType

Return Value

void

bool isEnableDocumentation()

No description

Return Value

bool

void setEnableDocumentation(bool $enableDocumentation)

No description

Parameters

bool $enableDocumentation

Return Value

void

bool hasCustomScopes()

No description

Return Value

bool

void setHasCustomScopes(bool $hasCustomScopes)

No description

Parameters

bool $hasCustomScopes

Return Value

void

array getCustomScopes()

No description

Return Value

array

void setCustomScopes(array $customScopes)

No description

Parameters

array $customScopes

Return Value

void

__construct(string $clientIdentifier)

No description

Parameters

string $clientIdentifier

string getClientIdentifier()

No description

Return Value

string