WebTokenRequestResult.ResponseData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.