OtpController
extends Controller
in package
Table of Contents
- cancelOtp() : mixed
- cancel the otp
- checkOtp() : mixed
- check the otp
- createNew() : mixed
- create new otp code and send to the number
Methods
cancelOtp()
cancel the otp
public
cancelOtp(Request $request) : mixed
Parameters
- $request : Request
Return values
mixed —checkOtp()
check the otp
public
checkOtp(Request $request) : mixed
Parameters
- $request : Request
Return values
mixed —createNew()
create new otp code and send to the number
public
createNew(Request $request) : mixed
Parameters
- $request : Request