Class CApiTwofactorauthManager
-
AApiManagerWithStorage
-
CApiTwofactorauthManager
Methods summary
public
|
#
__construct( CApiGlobalManager & $oManager, $sForcedAuthentication = '' )
Parameters
- $oManager
- $oManager
- $sForcedAuthentication
|
public
CAccount
|
#
getAccount( integer $iAccountId, string $sAuthType )
|
public
CAccount
|
#
getAccountById( string $iAccountId, string $sAuthType )
|
public
array
|
#
getAccounts( integer $iAccountId )
|
public
boolean
|
#
createAccount( CAccount & $oAccount, string $sAuthType, integer $iDataType, string $sDataValue )
Parameters
- $oAccount
- $sAuthType
- $iDataType
- $sDataValue
Returns
boolean
|
public
boolean
|
#
updateAccount( CAccount & $oAccount, string $sAuthType, integer $iDataType, string $sDataValue )
Parameters
- $oAccount
- $sAuthType
- $iDataType
- $sDataValue
Returns
boolean
|
public
boolean
|
#
deleteAccount( integer $iAccountId, string $sType )
Parameters
Returns
boolean
|
public
boolean
|
#
deleteAccountByAccountId( integer $iAccountId )
Parameters
Returns
boolean
|
public
boolean
|
#
isAccountExists( $sType, $sAccountId )
Parameters
Returns
boolean
|