Skip to content

Commit 8d9b689

Browse files
authored
Added _PRIVATE_REFRESH_RATIO in TokenInfo.php
1 parent 4aedefc commit 8d9b689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Auth/TokenInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class TokenInfo
66
{
7+
const _PRIVATE_REFRESH_RATIO = 0.1;
78
/**
89
* @var string
910
*/

0 commit comments

Comments
 (0)