@@ -36,7 +36,7 @@ |
||
36 | 36 | if (isset($options['auth_timeout_seconds'])) { |
37 | 37 | $this->authTimeoutSeconds = $options['auth_timeout_seconds']; |
38 | 38 | } else { |
39 | - $this->authTimeoutSeconds = 12 * 60 * 60; // 12 hour default |
|
39 | + $this->authTimeoutSeconds = 12 * 60 * 60; // 12 hour default |
|
40 | 40 | } |
41 | 41 | |
42 | 42 | // set reauthorize time to force an authentication to take place |
@@ -41,8 +41,8 @@ discard block |
||
41 | 41 | } |
42 | 42 | |
43 | 43 | |
44 | - public function jsonSerialize() |
|
45 | - { |
|
44 | + public function jsonSerialize() |
|
45 | + { |
|
46 | 46 | return [ |
47 | 47 | 'id' => $this->getId(), |
48 | 48 | 'name' => $this->getName(), |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | 'action' => $this->getAction(), |
55 | 55 | 'uploadTimestamp' => $this->getUploadTimestamp(), |
56 | 56 | ]; |
57 | - } |
|
57 | + } |
|
58 | 58 | /** |
59 | 59 | * @return string |
60 | 60 | */ |