Skip to content

Commit fafe689

Browse files
committed
more explicit
1 parent 677da79 commit fafe689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/src/main/java/io/opentdf/platform/sdk/TokenSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public TokenSource(ClientAuthentication clientAuth, RSAKey rsaKey, URI tokenEndp
5050
this.rsaKey = rsaKey;
5151
this.tokenEndpointURI = tokenEndpointURI;
5252
this.sslSocketFactory = sslSocketFactory;
53-
this.tokenExpiryTime = Instant.now();
5453
this.authzGrant = authzGrant;
54+
this.tokenExpiryTime = null;
5555
}
5656

5757
class AuthHeaders {

0 commit comments

Comments
 (0)