Click or drag to resize

IAuthenticationServiceContractAuthenticateOAuth Method

Authenticate the request

Namespace:  SanteDB.DisconnectedClient.Ags.Contracts
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
OAuthTokenResponse AuthenticateOAuth(
	NameValueCollection request
)

Parameters

request
Type: System.Collections.SpecializedNameValueCollection

[Missing <param name="request"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IAuthenticationServiceContract.AuthenticateOAuth(System.Collections.Specialized.NameValueCollection)"]

Return Value

Type: OAuthTokenResponse

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IAuthenticationServiceContract.AuthenticateOAuth(System.Collections.Specialized.NameValueCollection)"]

See Also