interface PasskeyRegistrationResponse implements Responsable

Methods

Response
toResponse(Request $request)

Create an HTTP response that represents the object.

withPasskey(Passkey $passkey)

Set the passkey that was registered.

Details

in Responsable at line 15
Response toResponse(Request $request)

Create an HTTP response that represents the object.

Parameters

Request $request

Return Value

Response

at line 15
PasskeyRegistrationResponse withPasskey(Passkey $passkey)

Set the passkey that was registered.

Parameters

Passkey $passkey

Return Value

PasskeyRegistrationResponse