Sdílet prostřednictvím


WebTokenRequestResult.ResponseData Property

Definition

Gets the response data from the web token provider.

public:
 property IVectorView<WebTokenResponse ^> ^ ResponseData { IVectorView<WebTokenResponse ^> ^ get(); };
IVectorView<WebTokenResponse> ResponseData();
public IReadOnlyList<WebTokenResponse> ResponseData { get; }
var iVectorView = webTokenRequestResult.responseData;
Public ReadOnly Property ResponseData As IReadOnlyList(Of WebTokenResponse)

Property Value

The response from the web token provider.

Applies to

See also