public interface AuthService
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<AuthenticationResponse> |
login(okhttp3.RequestBody body) |
@POST(value="oauth/token") @Headers(value="Content-Type: application/x-www-form-urlencoded") retrofit2.Call<AuthenticationResponse> login(@Body okhttp3.RequestBody body)
Copyright © 2016–2023. All rights reserved.