Click or drag to resize

OAuthIdentityProviderAuthenticate Method (String, String)

Authenticate the user

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IPrincipal Authenticate(
	string userName,
	string password
)

Parameters

userName
Type: SystemString
User name.
password
Type: SystemString
Password.

Return Value

Type: IPrincipal

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.Authenticate(System.String,System.String)"]

Implements

IIdentityProviderServiceAuthenticate(String, String)
See Also