interface ScopeInterface implements ModelInterface

OAuth2 scope interface.

Methods

Scope
setScope(string $scope)

Set scope.

string
getScope()

Get scope.

Details

at line 28
Scope setScope(string $scope)

Set scope.

Parameters

string $scope

Return Value

Scope

at line 35
string getScope()

Get scope.

Return Value

string