Click or drag to resize

OAuthIdentityProviderAuthenticate Method (String, String, String)

Authenticates the specified 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,
	string tfaSecret
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.Authenticate(System.String,System.String,System.String)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.Authenticate(System.String,System.String,System.String)"]

tfaSecret
Type: SystemString

[Missing <param name="tfaSecret"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.Authenticate(System.String,System.String,System.String)"]

Return Value

Type: IPrincipal

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

Implements

IIdentityProviderServiceAuthenticate(String, String, String)
See Also