PasskeyConfirmationController
class PasskeyConfirmationController extends Controller
Properties
| protected array | $middleware | The middleware registered on the controller. |
from Controller |
Methods
middleware(Closure|array|string $middleware, array $options = [])
Register middleware on the controller.
from
Controller
mixed
callAction(string $method, array $parameters)
Execute an action on the controller.
from
Controller
mixed
__call(string $method, array $parameters)
Handle calls to missing methods on the controller.
from
Controller
index(Request $request, GenerateVerificationOptions $generate)
Get passkey confirmation options for the authenticated user.
store(PasskeyVerificationRequest $request, VerifyPasskey $verify)
Confirm the user's password via passkey verification.
Details
in
Controller at line 20
ControllerMiddlewareOptions
middleware(Closure|array|string $middleware, array $options = [])
Register middleware on the controller.
in
Controller at line 35
array
getMiddleware()
Get the middleware assigned to the controller.
in
Controller at line 43
mixed
callAction(string $method, array $parameters)
Execute an action on the controller.
in
Controller at line 53
mixed
__call(string $method, array $parameters)
Handle calls to missing methods on the controller.
at line 24
__construct(Container $container)
No description
at line 32
JsonResponse
index(Request $request, GenerateVerificationOptions $generate)
Get passkey confirmation options for the authenticated user.
at line 55
PasskeyConfirmationResponse
store(PasskeyVerificationRequest $request, VerifyPasskey $verify)
Confirm the user's password via passkey verification.