Click or drag to resize

AuthenticationServiceBehaviorAuthenticateOAuth Method

Authenticate OAUTH

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

Parameters

request
Type: System.Collections.SpecializedNameValueCollection

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

Return Value

Type: OAuthTokenResponse

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

Implements

IAuthenticationServiceContractAuthenticateOAuth(NameValueCollection)
See Also