getIdentifier(); } $this->grantTypes[$identifier] = $grant_type; } public function setScopeDelimeter($scope_delimeter) { $this->scopeDelimeter = $scope_delimeter; } public function setExpiresIn($expires_in) { $this->expiresIn = $expires_in; } }