Uses of Class
io.lakefs.clients.api.model.AuthenticationToken
-
Packages that use AuthenticationToken Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of AuthenticationToken in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenAuthApi. login(LoginInformation loginInformation)perform a loginMethods in io.lakefs.clients.api that return types with arguments of type AuthenticationToken Modifier and Type Method Description ApiResponse<AuthenticationToken>AuthApi. loginWithHttpInfo(LoginInformation loginInformation)perform a loginMethod parameters in io.lakefs.clients.api with type arguments of type AuthenticationToken Modifier and Type Method Description okhttp3.CallAuthApi. loginAsync(LoginInformation loginInformation, ApiCallback<AuthenticationToken> _callback)perform a login (asynchronously) -
Uses of AuthenticationToken in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenAuthenticationToken. token(String token)
-