caiorodrig0
caiorodrig0
No, can you help me?
Yeah, my method is like this: protected async Task SetTwoFactorTypeAsync(HttpResponseMessage mainPageResponseMessage) { var loginResponseMessage = new HttpResponseMessage(); var contentData = string.Empty; if (_authType == AuthenticationType.Email) { loginResponseMessage = await HttpClient.PostAsync(mainPageResponseMessage.RequestMessage.RequestUri,...
Ok, its working now.. but i get this error atm Could not find member 'onlineAccess' on object of type 'Persona'. Path 'userAccountInfo.personas[0].onlineAccess', line 1, position 115 do you know how...