HttpBearerChallengeCache.GetChallengeForURL(Uri) Method

Definition

Gets the challenge for the cached URL.

public Microsoft.Azure.KeyVault.HttpBearerChallenge GetChallengeForURL (Uri url);
member this.GetChallengeForURL : Uri -> Microsoft.Azure.KeyVault.HttpBearerChallenge
Public Function GetChallengeForURL (url As Uri) As HttpBearerChallenge

Parameters

url
Uri

the URL that the challenge is cached for.

Returns

the cached challenge or null otherwise.

Applies to