Provide a that can fetch s from a backend given an identifier
argument.
The function signature is as follows:
(id) -> Future
id
the identifier to lookup.Provide a that can update or insert a . The function should store a given authenticator to a persistence storage.
When an authenticator is already present, this method must at least update , and is not required to perform any other update.
For new authenticators, the whole object data must be persisted.
The function signature is as follows:
(Authenticator) -> Future
Creating authenticator from user id and key.
Creating URI for register in key in user device.
Creating URI for register in key in user device.
Creating URI for register in key in user device.
Creates an instance of TotpAuth.
Creates an instance of TotpAuth.
Generated using TypeDoc
An extension of AuthProvider which uses the one time passwords based on time to perform authentication.