| OpenIdConfigurationInfoTokenEndpoint Property |
Gets or sets the token endpoint
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string TokenEndpoint { get; set; }
Public Property TokenEndpoint As String
Get
Set
public:
property String^ TokenEndpoint {
String^ get ();
void set (String^ value);
}
member TokenEndpoint : string with get, set
Property Value
Type:
StringSee Also