interface AuthorizeInterface implements ModelInterface

OAuth2 authorize interface.

Methods

Authorize
setClientId(string $clientId)

Set client_id.

string
getClientId()

Get client_id.

Authorize
setUsername(string $username)

Set username.

string
getUsername()

Get username.

Authorize
setScope(array $scope)

Set scope.

array
getScope()

Get scope.

Details

at line 28
Authorize setClientId(string $clientId)

Set client_id.

Parameters

string $clientId

Return Value

Authorize

at line 35
string getClientId()

Get client_id.

Return Value

string

at line 44
Authorize setUsername(string $username)

Set username.

Parameters

string $username

Return Value

Authorize

at line 51
string getUsername()

Get username.

Return Value

string

at line 60
Authorize setScope(array $scope)

Set scope.

Parameters

array $scope

Return Value

Authorize

at line 67
array getScope()

Get scope.

Return Value

array