ESET Secure Authentication SDK documentation
 All Classes Namespaces Functions Variables
Public Member Functions | List of all members
ESET\SecureAuthentication\SDK\ITwoFactorUser Interface Reference
Inheritance diagram for ESET\SecureAuthentication\SDK\ITwoFactorUser:
ESET\SecureAuthentication\SDK\TwoFactorUser

Public Member Functions

 getUserId ()
 
 getMobileNumber ()
 
 setMobileNumber ($value)
 
 getIsLocked ()
 
 getLastSuccess ()
 
 getLastFailure ()
 
 getConsecutiveFailures ()
 
 getCredentialType ()
 
 deProvisionTwoFactor ()
 
 unlock ()
 
 provisionMobileApp ($allowTransitioning=true)
 
 sendMobileAppProvisioningTextMessage (ProvisionMobileAppResult $provisionResult)
 
 provisionTextMessage ($allowTransitioning=true)
 
 getHasChanges ()
 
 save ()
 

Member Function Documentation

ESET\SecureAuthentication\SDK\ITwoFactorUser::getConsecutiveFailures ( )
Returns
int

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::getCredentialType ( )
Returns
int

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::getHasChanges ( )
Returns
bool

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::getIsLocked ( )
Returns
bool

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::getLastFailure ( )
Returns
int

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::getLastSuccess ( )
Returns
int

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::getMobileNumber ( )
Returns
string

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::getUserId ( )
Returns
string

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::provisionMobileApp (   $allowTransitioning = true)
Parameters
bool$allowTransitioning
Returns
ProvisionMobileAppResult

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::provisionTextMessage (   $allowTransitioning = true)
Parameters
bool$allowTransitioning

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::sendMobileAppProvisioningTextMessage ( ProvisionMobileAppResult  $provisionResult)
Parameters
ProvisionMobileAppResult$provisionResult

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.

ESET\SecureAuthentication\SDK\ITwoFactorUser::setMobileNumber (   $value)
Parameters
$valuestring

Implemented in ESET\SecureAuthentication\SDK\TwoFactorUser.