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

Namespace:  Kaazing.Security
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public ReadOnly Property Location As String
	Get
C#
public string Location { get; }
Visual C++
public:
property String^ Location {
	String^ get ();
}

See Also