mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-19 17:11:20 +01:00
feat: add getter for cached oauth options (#10029)
This commit is contained in:
@@ -362,6 +362,16 @@ class rcmail_oauth
|
||||
return $this->last_error;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for OAuth options
|
||||
*
|
||||
* @return array OAuth configuration options
|
||||
*/
|
||||
public function get_options()
|
||||
{
|
||||
return $this->options;
|
||||
}
|
||||
|
||||
/**
|
||||
* Callback for `loginform_content` hook
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user