Interface AuthenticationService
-
public interface AuthenticationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<AccessToken>accessToken(CloudIdWrapper body, java.lang.String refreshToken)
-
-
-
Method Detail
-
accessToken
@POST("signin/token") @Headers("Content-Type: application/json") retrofit2.Call<AccessToken> accessToken(@Body CloudIdWrapper body, @Header("Authorization") java.lang.String refreshToken)
-
-