mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-58220 oauth2: Remove is_system_account_setup_supported
This was left from an earlier branch but no longer useful.
This commit is contained in:
parent
5b0b35c096
commit
7949b3b2ac
2 changed files with 5 additions and 15 deletions
|
@ -171,14 +171,6 @@ class issuer extends persistent {
|
|||
return (!empty($this->get('clientid')) && !empty($this->get('clientsecret')));
|
||||
}
|
||||
|
||||
/**
|
||||
* Does this OAuth service support system authentication?
|
||||
* @return boolean
|
||||
*/
|
||||
public function is_system_account_setup_supported() {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Do we have a refresh token for a system account?
|
||||
* @return boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue