The ChallengeRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ChallengeRequest |
Constructor from the protected URI location triggering the challenge,
and an entire server-provided 'WWW-Authenticate:' string.
the protected URI location triggering the challengean entire server-provided 'WWW-Authenticate:' string |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | AuthenticationParameters |
Return the string after the space separator, not including the authentication scheme nor the space itself,
or NULL if no such string exists.
Return Valuethe string after the space separator, not including the authentication scheme nor the space itself, or NULL if no such string exists. |
![]() | AuthenticationScheme |
Return the authentication scheme with which the server is challenging.
Return Valuethe authentication scheme with which the server is challenging. |
![]() | Location |
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 Valuethe protected URI the access of which triggered this challenge as a String |