Uses of Class
io.lakefs.clients.sdk.model.AuthenticationToken
-
Packages that use AuthenticationToken Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of AuthenticationToken in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenAuthApi.APIloginRequest. execute()Execute login requestMethods in io.lakefs.clients.sdk that return types with arguments of type AuthenticationToken Modifier and Type Method Description ApiResponse<AuthenticationToken>AuthApi.APIloginRequest. executeWithHttpInfo()Execute login request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type AuthenticationToken Modifier and Type Method Description okhttp3.CallAuthApi.APIloginRequest. executeAsync(ApiCallback<AuthenticationToken> _callback)Execute login request (asynchronously) -
Uses of AuthenticationToken in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return AuthenticationToken Modifier and Type Method Description static AuthenticationTokenAuthenticationToken. fromJson(String jsonString)Create an instance of AuthenticationToken given an JSON stringAuthenticationTokenAuthenticationToken. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.AuthenticationTokenAuthenticationToken. token(String token)AuthenticationTokenAuthenticationToken. tokenExpiration(Long tokenExpiration)
-