-
public class RetrofitBuilder
-
-
Field Summary
Fields Modifier and Type Field Description public final static RetrofitBuilderINSTANCE
-
Method Summary
Modifier and Type Method Description final RequestmakeTokenWithRoomIdRequest(String subdomain, String roomId, String role, String environment)final RequestmakeTokenWithCodeRequest(String subdomain, String code, String environment)final TokenResponsefetchAuthToken(Request request)-
-
Method Detail
-
makeTokenWithRoomIdRequest
final Request makeTokenWithRoomIdRequest(String subdomain, String roomId, String role, String environment)
-
makeTokenWithCodeRequest
final Request makeTokenWithCodeRequest(String subdomain, String code, String environment)
-
fetchAuthToken
final TokenResponse fetchAuthToken(Request request)
-
-
-
-