We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc0376 commit e67d7e8Copy full SHA for e67d7e8
1 file changed
src/Config/Token.php
@@ -82,6 +82,11 @@ public function getReloginCode()
82
{
83
return $this->relogin_code;
84
}
85
+
86
+ public function getRefreshCode()
87
+ {
88
+ return $this->refresh_code;
89
+ }
90
91
public function getAutomaticRenewal()
92
@@ -92,4 +97,5 @@ public function getTokenType()
97
93
98
return $this->type;
94
99
100
95
101
0 commit comments