Sumit-Yadav-India

Results 1 comments of Sumit-Yadav-India

@JayNewstrom tried below-mentioned code for Linked In but it's not working. ``` fun payLoad(): AuthenticationPayload = AuthenticationPayload.Builder() .setIdp(BuildConfig.PAYLOAD) .setIdpScope("r_liteprofile r_emailaddress") .addParameter("prompt", Prompt.LOGIN) .build() ``` ``` val client = LoginUtils.getWebAuthClient(requireContext(), LoginStateEvent.LoginLinkedIn)...