core / com.schibsted.account.network.service.session / SessionContract / exchange

exchange

@FormUrlEncoded @POST("api/2/oauth/exchange") abstract fun exchange(@Header("Authorization") bearerAny: String, @FieldMap params: Map<String, String>): Call<TokenExchangeResponse>

Parameters

params - The parameters to send along the request.

Return
A representation of the request ready for execution.