TokenRequestResult.Response 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.
The response from the server. The value is non-null if the server's response indicates success, otherwise null.
public:
property TokenResponse ^ Response { TokenResponse ^ get(); };
TokenResponse Response();
public TokenResponse Response { get; }
var tokenResponse = tokenRequestResult.response;
Public ReadOnly Property Response As TokenResponse
Property Value
A TokenResponse object that contains the server's response.