| 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
)
Public Function AuthenticateOAuth (
request As NameValueCollection
) As OAuthTokenResponse
public:
virtual OAuthTokenResponse^ AuthenticateOAuth(
NameValueCollection^ request
) sealed
abstract AuthenticateOAuth :
request : NameValueCollection -> OAuthTokenResponse
override AuthenticateOAuth :
request : NameValueCollection -> OAuthTokenResponse
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