HandleVerificationCodeSendingService
in package
Table of Contents
Properties
- $verificationService : mixed
Methods
- __construct() : mixed
- handleVerificationFlowStandAlone() : mixed
- isFullyVerifiedStandalone() : bool
- redirectAlreadyVerified() : mixed
- sendingBothVerificationCodes() : mixed
- sendingPhoneVerificationCode() : mixed
Properties
$verificationService
protected
mixed
$verificationService
Methods
__construct()
public
__construct(VerificationService $verificationService) : mixed
Parameters
- $verificationService : VerificationService
handleVerificationFlowStandAlone()
public
handleVerificationFlowStandAlone(Contact $contact, Contact|null $currentContact, string $type, string $nextRoute) : mixed
Parameters
isFullyVerifiedStandalone()
protected
isFullyVerifiedStandalone(Contact $contact, Contact|null $currentContact, string $type) : bool
Parameters
Return values
boolredirectAlreadyVerified()
protected
redirectAlreadyVerified(string $nextRoute) : mixed
Parameters
- $nextRoute : string
sendingBothVerificationCodes()
protected
sendingBothVerificationCodes(Contact $contact) : mixed
Parameters
- $contact : Contact
sendingPhoneVerificationCode()
protected
sendingPhoneVerificationCode(Contact $contact) : mixed
Parameters
- $contact : Contact