File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 38
38
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
39
*/
40
40
class setting_button extends admin_setting_heading {
41
+ /** @var string Button label */
42
+ protected $ label ;
43
+ /** @var string Button href */
44
+ protected $ href ;
45
+
41
46
/**
42
47
* A button element
43
48
*
Original file line number Diff line number Diff line change @@ -63,6 +63,27 @@ class auth extends \auth_plugin_base {
63
63
*/
64
64
private $ defaultidp ;
65
65
66
+ /**
67
+ * @var string SP name
68
+ */
69
+ public $ spname ;
70
+
71
+ /**
72
+ * @var string Contents of certificate .pem file
73
+ */
74
+ public $ certpem ;
75
+
76
+ /**
77
+ * @var string Contents of certificate .crt file
78
+ */
79
+ public $ certcrt ;
80
+
81
+ /**
82
+ * @var idp_data[] List of metadata for IdPs
83
+ */
84
+ public $ metadatalist ;
85
+
86
+
66
87
/**
67
88
* @var array $defaults The config defaults
68
89
*/
You can’t perform that action at this time.
0 commit comments