Click or drag to resize

OAuthClientAuthenticatorAddAuthenticationHeaders Method

Add authentication headers to the specified client

Namespace: SanteDB.Messaging.FHIR.Authenticator
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public void AddAuthenticationHeaders(
	FhirClient client,
	string userName,
	string password,
	IDictionary<string, string> additionalSettings
)

Parameters

client  FhirClient
The FHIR client to which the authentication headers should be added
userName  String
The username to use for authentication
password  String
The password to use for authentication
additionalSettings  IDictionaryString, String
Additional settings that should be added to the authentication

Implements

IFhirClientAuthenticatorAddAuthenticationHeaders(FhirClient, String, String, IDictionaryString, String)
See Also