Click or drag to resize
ChallengeLocation Property
Location of authorization resource associated with auth token challenge.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Uri Location { get; }

Property Value

Type: Uri
Remarks
Credential provider can navigate to this URI using browser window in order to authorize and retrieve auth token for the challenge.
See Also