As in title, what I get in Object Challenge which I get from javax.ws.rs.NotAuthorizedException
and how i can take realm, host and type of authorization from it?
Object challenge = notAuthorizedException.GetChallenges()[0];
As in title, what I get in Object Challenge which I get from javax.ws.rs.NotAuthorizedException
and how i can take realm, host and type of authorization from it?
Object challenge = notAuthorizedException.GetChallenges()[0];