Interface AuthenticationService


  • public interface AuthenticationService
    • Method Detail

      • accessToken

        @POST("signin/token")
        @Headers("Content-Type: application/json")
        retrofit2.Call<AccessToken> accessToken​(@Body
                                                CloudIdWrapper body,
                                                @Header("Authorization")
                                                java.lang.String refreshToken)