public interface AuthenticationResource
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<Void> |
deleteAuthToken() |
|
retrofit2.Call<LoginTokenInfo> |
getLoginToken(AuthenticationRequestData authorizationReq) |
@POST("/authenticate")
retrofit2.Call<LoginTokenInfo> getLoginToken(@Body
AuthenticationRequestData authorizationReq)
@POST("/logout")
retrofit2.Call<Void> deleteAuthToken()
Copyright © 2018 The Apache Software Foundation. All rights reserved.