The ChallengeRequest type exposes the following members.

Properties

  NameDescription
Public propertyAuthenticationParameters
Return the string after the space separator, not including the authentication scheme nor the space itself, or NULL if no such string exists.

Return Value

the string after the space separator, not including the authentication scheme nor the space itself, or NULL if no such string exists.
Public propertyAuthenticationScheme
Return the authentication scheme with which the server is challenging.

Return Value

the authentication scheme with which the server is challenging.
Public propertyLocation
Return the protected URI the access of which triggered this challenge as a {@code String}.

For some authentication schemes, the production of a response to the challenge may require access to the location of the URI triggering the challenge.

Return Value

the protected URI the access of which triggered this challenge as a String

See Also