| 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
)
Public Function Authenticate (
userName As String,
password As String,
tfaSecret As String
) As IPrincipal
public:
virtual IPrincipal^ Authenticate(
String^ userName,
String^ password,
String^ tfaSecret
) sealed
abstract Authenticate :
userName : string *
password : string *
tfaSecret : string -> IPrincipal
override Authenticate :
userName : string *
password : string *
tfaSecret : string -> IPrincipal
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