The validateRuntime
function in the WebAuthnValidationModule
contract is a pure function that checks the validity of a runtime operation. It immediately reverts with a NotAuthorized
error, indicating that the caller is not authorized to perform the action.
address
(address
): An address parameter, purpose unspecified.uint32
(uint32
): A 32-bit unsigned integer parameter, purpose unspecified.address
(address
): Another address parameter, purpose unspecified.uint256
(uint256
): A 256-bit unsigned integer parameter, purpose unspecified.bytes
(bytes calldata
): A bytes array parameter, purpose unspecified.bytes
(bytes calldata
): Another bytes array parameter, purpose unspecified.