feat: add getter for cached oauth options (#10029)

This commit is contained in:
Dominik Schmidt
2025-11-23 12:39:21 +01:00
committed by GitHub
parent e84c5ad54f
commit 01a362aa9f

View File

@@ -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
*