Skip to content

Commit e67d7e8

Browse files
authored
Update Token.php
1 parent 4cc0376 commit e67d7e8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Config/Token.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ public function getReloginCode()
8282
{
8383
return $this->relogin_code;
8484
}
85+
86+
public function getRefreshCode()
87+
{
88+
return $this->refresh_code;
89+
}
8590

8691
public function getAutomaticRenewal()
8792
{
@@ -92,4 +97,5 @@ public function getTokenType()
9297
{
9398
return $this->type;
9499
}
100+
95101
}

0 commit comments

Comments
 (0)