Package io.flipt.client.models
Class AuthenticationLease.FixedBuilder
java.lang.Object
io.flipt.client.models.AuthenticationLease.FixedBuilder
- Enclosing class:
- AuthenticationLease
Builder for fixed leases (no expiry, no retries).
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String token) Sets client token authentication for this lease.Sets JWT authentication for this lease.
-
Method Details
-
jwt
Sets JWT authentication for this lease.- Parameters:
token- the JWT token value- Returns:
- the build step to finalize the lease
-
clientToken
Sets client token authentication for this lease.- Parameters:
token- the client token value- Returns:
- the build step to finalize the lease
-