We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 290ef45 + 7801da0 commit ca82d3cCopy full SHA for ca82d3c
1 file changed
src/CareerBuilder/OAuth2/Flows/ClientCredentials.php
@@ -42,7 +42,7 @@ private function getClientCredentialsClaims()
42
'iss' => $this->clientId,
43
'sub' => $this->clientId,
44
'aud' => 'http://www.careerbuilder.com/share/oauth2/token.aspx',
45
- 'exp' => time() + 30
+ 'exp' => time() + 180
46
);
47
}
48
-}
+}
0 commit comments