| 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
)
Function AuthenticateOAuth (
request As NameValueCollection
) As OAuthTokenResponse
OAuthTokenResponse^ AuthenticateOAuth(
NameValueCollection^ request
)
abstract AuthenticateOAuth :
request : NameValueCollection -> OAuthTokenResponse
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