Package io.flipt.client.models
Class AuthenticationLease.ExpiringBuilder
java.lang.Object
io.flipt.client.models.AuthenticationLease.ExpiringBuilder
- Enclosing class:
- AuthenticationLease
Builder for expiring leases.
-
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 configure retries and finalize the lease
-
clientToken
Sets client token authentication for this lease.- Parameters:
token- the client token value- Returns:
- the build step to configure retries and finalize the lease
-