Package io.lakefs.clients.api.model
Class AuthenticationToken
- java.lang.Object
-
- io.lakefs.clients.api.model.AuthenticationToken
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class AuthenticationToken extends ObjectAuthenticationToken
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_TOKEN
-
Constructor Summary
Constructors Constructor Description AuthenticationToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetToken()a JWT token that could be used to authenticate requestsinthashCode()voidsetToken(String token)AuthenticationTokentoken(String token)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_TOKEN
public static final String SERIALIZED_NAME_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
token
public AuthenticationToken token(String token)
-
getToken
@Nonnull public String getToken()
a JWT token that could be used to authenticate requests- Returns:
- token
-
setToken
public void setToken(String token)
-
-