\CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObjectGoogleAuthenticatorSettingsDTO

Data transfer object for google authenticator settings

This class is used to pass information about a user's Google Authenticator configuration through the various software layers (e.g. for verification and validation) as soon as a user updates their account settings.

Summary

Methods
Properties
Constants
__construct()
getOldSettings()
setOldSettings()
getNewSettings()
setNewSettings()
getOneTimePassword()
setOneTimePassword()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings  oldSettings = null, \CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings  newSettings = null, string  oneTimePassword = null) : 

Parameters

\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings oldSettings
\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings newSettings
string oneTimePassword

Returns

getOldSettings()

getOldSettings() : \CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObject\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings

Returns

\CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObject\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings

setOldSettings()

setOldSettings(\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings  oldSettings) : 

Parameters

\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings oldSettings

Returns

getNewSettings()

getNewSettings() : \CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObject\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings

Returns

\CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObject\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings

setNewSettings()

setNewSettings(\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings  newSettings) : 

Parameters

\CodeFareith\CfGoogleAuthenticator\Domain\Struct\GoogleAuthenticatorSettings newSettings

Returns

getOneTimePassword()

getOneTimePassword() : 

Returns

setOneTimePassword()

setOneTimePassword(string  oneTimePassword) : 

Parameters

string oneTimePassword

Returns