Search
Preparing search index...
The search index is not available
@thermopylae/core.authentication
Thermopylae
Github
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
repositories/mysql/failed-authentications
FailedAuthenticationsMysqlRepository
Modules
{"Error":"error","MySQL":{"Account":"repositories_mysql_account","Failed Authentications":"repositories_mysql_failed_authentications","Successful Authentications":"repositories_mysql_successful_authentication"},"Redis":{"Activate Account Session":"repositories_redis_activate_account_session","Authentication Session":"repositories_redis_authentication_session","Failed Authentication Attempts Session":"repositories_redis_failed_authentications_session","Forgot Password Session":"repositories_redis_forgot_password_session"}}
Class FailedAuthenticationsMysqlRepository
Hierarchy
FailedAuthenticationsMysqlRepository
Implements
FailedAuthenticationAttemptsRepository
Constructors
constructor
Methods
insert
read
Range
Constructors
constructor
new
Failed
Authentications
Mysql
Repository
(
)
:
FailedAuthenticationsMysqlRepository
Returns
FailedAuthenticationsMysqlRepository
Methods
insert
insert
(
authentication
:
FailedAuthenticationModel
)
:
Promise
<
void
>
Parameters
authentication:
FailedAuthenticationModel
Returns
Promise
<
void
>
read
Range
read
Range
(
accountId
:
string
, startingFrom
?:
number
, endingTo
?:
number
)
:
Promise
<
FailedAuthenticationModel
[]
>
Parameters
accountId:
string
Optional
startingFrom:
number
Optional
endingTo:
number
Returns
Promise
<
FailedAuthenticationModel
[]
>
Failed
Authentications
Mysql
Repository
constructor
insert
read
Range