public interface AuthTokenInterface
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<CreateAuthTokenResponseBody> |
createAuthToken(CreateAuthTokenRequestBody authTokenBody,
String authorization,
String userAgent) |
@POST(value="/auth/issue-token") retrofit2.Call<CreateAuthTokenResponseBody> createAuthToken(@Body CreateAuthTokenRequestBody authTokenBody, @Header(value="Authorization") String authorization, @Header(value="User-Agent") String userAgent)
Copyright © 2023. All rights reserved.