| OAuthResetTokenRequestResponse Property |
Get the response for the challenge
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string Response { get; }
Public ReadOnly Property Response As String
Get
public:
property String^ Response {
String^ get ();
}
member Response : string with get
Property Value
Type:
StringSee Also