class CreateOAuthClientCommand extends Command (View source)

Properties

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

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

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