Interface FetchAuthenticatedUserDetailsApi
public interface FetchAuthenticatedUserDetailsApi
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<GetUserDetailsResponse> Fetch authenticated user details checks the Authentication and returns the set roles and permissions allowed.retrofit2.Call<GetUserDetailsResponse> fetchAuthenticatedUserData(Map<String, String> headers) Fetch authenticated user details checks the Authentication and returns the set roles and permissions allowed.
-
Method Details
-
fetchAuthenticatedUserData
Fetch authenticated user details checks the Authentication and returns the set roles and permissions allowed.- Returns:
- Call<GetUserDetailsResponse>
-
fetchAuthenticatedUserData
@GET("v1/userdetails") retrofit2.Call<GetUserDetailsResponse> fetchAuthenticatedUserData(@HeaderMap Map<String, String> headers) Fetch authenticated user details checks the Authentication and returns the set roles and permissions allowed.- Returns:
- Call<GetUserDetailsResponse>
-