We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677da79 commit fafe689Copy full SHA for fafe689
1 file changed
sdk/src/main/java/io/opentdf/platform/sdk/TokenSource.java
@@ -50,8 +50,8 @@ public TokenSource(ClientAuthentication clientAuth, RSAKey rsaKey, URI tokenEndp
50
this.rsaKey = rsaKey;
51
this.tokenEndpointURI = tokenEndpointURI;
52
this.sslSocketFactory = sslSocketFactory;
53
- this.tokenExpiryTime = Instant.now();
54
this.authzGrant = authzGrant;
+ this.tokenExpiryTime = null;
55
}
56
57
class AuthHeaders {
0 commit comments