Click or drag to resize

OAuthTokenServiceCredentialsGetHttpHeaders Method

Get the http headers which are requried for the credential

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public override Dictionary<string, string> GetHttpHeaders()

Return Value

Type: DictionaryString, String
The http headers.
See Also